結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
michonz4
|
| 提出日時 | 2019-12-19 13:41:36 |
| 言語 | C(gnu17) (gcc 15.2.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 188 bytes |
| 記録 | |
| コンパイル時間 | 50 ms |
| コンパイル使用メモリ | 35,584 KB |
| 実行使用メモリ | 12,032 KB |
| 最終ジャッジ日時 | 2026-07-22 15:21:30 |
| 合計ジャッジ時間 | 7,007 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 5 |
ソースコード
#include <stdio.h>
#include <string.h>
int main() {
char s[9];
int n=0;
printf("%03d\n", n++);
for (;scanf("%s", s), s[0]!='u';) {
printf("%03d\n", n++);
}
return 0;
}
michonz4