結果
問題 | No.331 CodeRunnerでやれ |
ユーザー |
|
提出日時 | 2015-12-24 00:18:54 |
言語 | C90 (gcc 12.3.0) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 410 bytes |
コンパイル時間 | 221 ms |
コンパイル使用メモリ | 20,480 KB |
実行使用メモリ | 78,980 KB |
最終ジャッジ日時 | 2024-07-16 22:18:09 |
合計ジャッジ時間 | 13,329 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | -- * 1 |
other | TLE * 1 -- * 15 |
ソースコード
#include <stdio.h>int main(){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);}}