Submission #74391
ソースコード
ステータス
項目 |
データ |
問題 |
1221 - bit全探索(基本) |
ユーザー名 |
ei2312
|
投稿日時 |
2023-07-10 17:33:45 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
491 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:21:14: error: ‘itr’ does not name a type
for(auto itr =ans.begin();itr !=ans.end();itr++){
^~~
./Main.cpp:21:31: error: expected ‘;’ before ‘itr’
for(auto itr =ans.begin();itr !=ans.end();itr++){
^~~
;
./Main.cpp:21:31: error: ‘itr’ was not declared in this scope
for(auto itr =ans.begin();itr !=ans.end();itr++){
^~~
セット
テストケース