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