Submission #74382
ソースコード
ステータス
項目 | データ |
---|---|
問題 | 1221 - bit全探索(基本) |
ユーザー名 | SPAAcup(ei2324) |
投稿日時 | 2023-07-10 17:28:22 |
言語 | C++11 |
状態 | Compile Error |
得点 | 0 |
ソースコード長 | 458 Byte |
最大実行時間 | - |
最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In function ‘int main()’: ./Main.cpp:16:5: error: ‘ans’ was not declared in this scope ans.insert(sum); ^~~ ./Main.cpp:16:5: note: suggested alternative: ‘abs’ ans.insert(sum); ^~~ abs ./Main.cpp:19:19: error: ‘ans’ was not declared in this scope for(auto itr =ans.begin();itr !=ans.end();itr++){ ^~~ ./Main.cpp:19:19: note: suggested alternative: ‘abs’ for(auto itr =ans.begin();itr !=ans.end();itr++){ ^~~ abs
セット
セット | 得点 | Cases |
---|
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|