結果
| 問題 | No.9005 実行時間/使用メモリテスト(テスト用) |
| ユーザー |
testestest
|
| 提出日時 | 2016-02-17 11:16:09 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 0 ms / 3,000 ms |
| + 577µs | |
| コード長 | 36 bytes |
| 記録 | |
| コンパイル時間 | 35 ms |
| コンパイル使用メモリ | 27,648 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-24 07:10:36 |
| 合計ジャッジ時間 | 1,839 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | i;main(){puts("0");for(;i++,i&=8;);}
| ^
ソースコード
i;main(){puts("0");for(;i++,i&=8;);}
testestest