Submission #74397
ソースコード
ステータス
項目 |
データ |
問題 |
1221 - bit全探索(基本) |
ユーザー名 |
r2306
|
投稿日時 |
2023-07-10 17:35:06 |
言語 |
C++ |
状態 |
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:14: error: ‘itr’ does not name a type
for(auto itr = s.begin(); itr ! = s.end(); i++){
^~~
./Main.cpp:21:30: error: expected ‘;’ before ‘itr’
for(auto itr = s.begin(); itr ! = s.end(); i++){
^~~~
;
./Main.cpp:21:31: error: ‘itr’ 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:39: error: ‘s’ was not declared in this scope
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: name lookup of ‘i’ changed for ISO ‘for’ scoping [-fpermissive]
for(auto itr = s.begin(); itr ! = s.end(); i++){
^
./Main.cpp:21:48: note: if you use ‘-fpermissive’ G++ will accept your code
./Main.cpp:21:51: error: expected ‘;’ before ‘)’ token
for(auto itr = s.begin(); itr ! = s.end(); i++){
^
;
セット
テストケース