Submission #57394
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:27:14: error: ‘it’ does not name a type; did you mean ‘int’?
for(auto it=s.begin();it!=s.end();it++){
^~
int
./Main.cpp:27:27: error: expected ‘;’ before ‘it’
for(auto it=s.begin();it!=s.end();it++){
^~
;
./Main.cpp:27:27: error: ‘it’ was not declared in this scope
for(auto it=s.begin();it!=s.end();it++){
^~
./Main.cpp:27:27: note: suggested alternative: ‘int’
for(auto it=s.begin();it!=s.end();it++){
^~
int
セット
テストケース