Submission #00140


ソースコード

ステータス

項目 データ
問題 0003 - Prime Combination
ユーザー名 r2135
投稿日時 2021-05-04 21:54:15
言語 C
状態 Compile Error
得点 0
ソースコード長 275 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:5:21: error: expected ‘;’ before ‘)’ token
     for(i=1,i<=N;i++){
                     ^
                     ;
./Main.c:7:23: error: expected ‘;’ before ‘)’ token
     for(i=1,i<=100;i++){
                       ^
                       ;
./Main.c:8:19: error: lvalue required as left operand of assignment
       if(a%i==0&&a=i){
                   ^
./Main.c:14:21: error: ‘s’ undeclared (first use in this function); did you mean ‘ss’?
       printf("%d\n",s);
                     ^
                     ss
./Main.c:14:21: note: each undeclared identifier is reported only once for each function it appears in

セット

セット 得点 Cases

テストケース

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