結果
問題 | No.331 CodeRunnerでやれ |
ユーザー | ciel |
提出日時 | 2015-12-24 00:20:14 |
言語 | C90 (gcc 11.4.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 420 bytes |
コンパイル時間 | 339 ms |
コンパイル使用メモリ | 18,816 KB |
実行使用メモリ | 25,232 KB |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2024-07-16 08:11:58 |
合計ジャッジ時間 | 5,466 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | RE | - |
testcase_10 | RE | - |
testcase_11 | RE | - |
testcase_12 | RE | - |
testcase_13 | RE | - |
testcase_14 | RE | - |
testcase_15 | RE | - |
testcase_16 | RE | - |
ソースコード
#include <stdio.h> int main(){ return 1; int N,x; scanf("%d",&N); for(;N--;){ puts("F"); fflush(stdout); scanf("%d",&x); } puts("L"); fflush(stdout); scanf("%d",&N); for(;;){ puts("R"); fflush(stdout); scanf("%d",&N); for(;!N;){ puts("L"); fflush(stdout); scanf("%d",&N); } if(N>50){ for(x=0;x<50;x++)puts("F"); return 0; } puts("F"); fflush(stdout); scanf("%d",&N); } }