Submission #81194


ソースコード

ステータス

項目 データ
問題 0957 - 9月X日
ユーザー名 Ryo
投稿日時 2024-09-16 11:13:36
言語 C++17
状態 Compile Error
得点 0
ソースコード長 614 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:37: error: lvalue required as left operand of assignment
     if(x==1 ||x==8 ||x==15||x=22||x=29){
                                     ^~
./Main.cpp:9:43: error: lvalue required as left operand of assignment
     }else if(x==2 ||x==9 ||x==16||x=23||x=30){
                                           ^~
./Main.cpp:11:37: error: lvalue required as left operand of assignment
     }else if(x==3||x==10 ||x==17||x=24){
                                     ^~
./Main.cpp:13:38: error: lvalue required as left operand of assignment
     }else if(x==4 ||x==11 ||x==18||x=25){
                                      ^~
./Main.cpp:15:38: error: lvalue required as left operand of assignment
     }else if(x==5 ||x==12 ||x==19||x=26){
                                      ^~

セット

セット 得点 Cases

テストケース

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