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