第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

typedef ostream_iterator< int, char, char_traits<char> >OUTIT; 那里錯(cuò)了??

typedef ostream_iterator< int, char, char_traits<char> >OUTIT; 那里錯(cuò)了??

UDUN 2015-12-17 14:16:00
//STL算法 #include<iostream> #include<vector> #include<algorithm> #include<functional> using?namespace?std; typedef?vector<int,?allocator<int>?>INTVEC; typedef?ostream_iterator<?int,?char,?char_traits<char>?>OUTIT; int?main() { int?a[10]?=?{?35,56,79,80,45,10,4,125,67,80?}; int?seed1?=?125; int?seed2?=?99; //以下演示排序算法sort()函數(shù)和復(fù)制算法copy()函數(shù)? INTVEC?vec1(a,?a?+?10); OUTIT?out(cout,?".");??//ostream_iterator(cout,".") cout?<<?"vec1?befor?sort(first,last)"?<<?endl; copy(vec1.begin(),?vec1.end(),?out); cout?<<?endl; sort(vec1.begin(),?vec1.end()); cout?<<?"vec1?after?sort(first,last)"?<<?endl; copy(vec1.begin(),?vec1.end(),?out); cout?<<?endl; //以下演示查找算法find()函數(shù)? vector<int>::iterator?iter1; iter1?=?find(vec1.begin(),?vec1.end(),?seed1); if?(iter1?==?vec1.end())?{ cout?<<?seed1?<<?"not?found?in?vector"?<<?endl; } else { cout?<<?seed1?<<?"found?in?vector"?<<?*iter1?<<?endl; } iter1?=?find(vec1.begin(),?vec1.end(),?seed2); if?(iter1?==?vec1.end())?{ cout?<<?seed2?<<?"not?found?in?vector"?<<?endl; } else { cout?<<?seed2?<<?"found?in?vector"?<<?*iter1?<<?endl; } system("pause"); return?0; } 錯(cuò)誤提示: >f:\visual?studio?projects\project1\project1\源.cpp(8):?error?C2143:?語(yǔ)法錯(cuò)誤:?缺少“;”(在“<”的前面) 1>f:\visual?studio?projects\project1\project1\源.cpp(8):?error?C4430:?缺少類(lèi)型說(shuō)明符?-?假定為?int。注意:?C++?不支持默認(rèn)?int 1>f:\visual?studio?projects\project1\project1\源.cpp(16):?error?C2065:?“OUTIT”:?未聲明的標(biāo)識(shí)符 1>f:\visual?studio?projects\project1\project1\源.cpp(16):?error?C2146:?語(yǔ)法錯(cuò)誤:?缺少“;”(在標(biāo)識(shí)符“out”的前面) 1>f:\visual?studio?projects\project1\project1\源.cpp(16):?error?C3861:?“out”:?找不到標(biāo)識(shí)符 1>f:\visual?studio?projects\project1\project1\源.cpp(18):?error?C2065:?“out”:?未聲明的標(biāo)識(shí)符 1>f:\visual?studio?projects\project1\project1\源.cpp(22):?error?C2065:?“out”:?未聲明的標(biāo)識(shí)符 ==========?生成:?成功?0?個(gè),失敗?1?個(gè),最新?0?個(gè),跳過(guò)?0?個(gè)?==========
查看完整描述

2 回答

已采納
?
DoDream

TA貢獻(xiàn)28條經(jīng)驗(yàn) 獲得超3個(gè)贊

少了#include <iterator>

查看完整回答
反對(duì) 回復(fù) 2015-12-21
?
UDUN

TA貢獻(xiàn)2條經(jīng)驗(yàn) 獲得超2個(gè)贊

謝謝,去看了一下這個(gè)網(wǎng)站,真的不錯(cuò)!

查看完整回答
反對(duì) 回復(fù) 2015-12-25
  • 2 回答
  • 0 關(guān)注
  • 2142 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)