Submission #00013
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 | #include<stdio.h> int main(){ int a,b; scanf ( "%d %d" ,&a,&b); if (b-a<10){ printf ( "TNOK\n" ); } else { printf ( "%d\n" ,b-a); } } return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0001 - 黒塗りの高級車 |
ユーザー名 | crom |
投稿日時 | 2017-08-10 20:40:32 |
言語 | C |
状態 | Compile Error |
得点 | 0 |
ソースコード長 | 144 Byte |
最大実行時間 | - |
最大メモリ使用量 |
コンパイルメッセージ
./Main.c:11:1: error: expected identifier or ‘(’ before ‘return’ return 0; ^~~~~~ ./Main.c:12:1: error: expected identifier or ‘(’ before ‘}’ token } ^
セット
セット | 得点 | Cases |
---|
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|