Submission #74398


ソースコード

ステータス

項目 データ
問題 1221 - bit全探索(基本)
ユーザー名 r2306
投稿日時 2023-07-10 17:35:23
言語 C++17
状態 Compile Error
得点 0
ソースコード長 525 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:16:23: error: expected primary-expression before ‘=’ token
                 sum + = a[i];
                       ^
./Main.cpp:21:20: error: ‘s’ was not declared in this scope
     for(auto itr = s.begin(); itr ! = s.end(); i++){
                    ^
./Main.cpp:21:34: error: expected ‘;’ before ‘!’ token
     for(auto itr = s.begin(); itr ! = s.end(); i++){
                                  ^~
                                  ;
./Main.cpp:21:37: error: expected primary-expression before ‘=’ token
     for(auto itr = s.begin(); itr ! = s.end(); i++){
                                     ^
./Main.cpp:21:46: error: expected ‘)’ before ‘;’ token
     for(auto itr = s.begin(); itr ! = s.end(); i++){
        ~                                     ^
                                              )
./Main.cpp:21:48: error: ‘i’ was not declared in this scope
     for(auto itr = s.begin(); itr ! = s.end(); i++){
                                                ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #