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