結果
問題 | No.304 鍵(1) |
ユーザー | むらため |
提出日時 | 2018-12-18 11:59:05 |
言語 | C (gcc 12.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 185 bytes |
コンパイル時間 | 921 ms |
コンパイル使用メモリ | 27,904 KB |
実行使用メモリ | 25,604 KB |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2024-07-16 16:31:53 |
合計ジャッジ時間 | 2,412 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
ソースコード
#include <stdio.h> char* str; int main() { for (int i = 0; i < 1000; i++) { printf("%03d\n", i); fflush(stdout); scanf("%s\n", str); if (str[0] == 'u') return 0; } }