結果
| 問題 | No.9000 Hello World! (テスト用) |
| ユーザー |
ushjp
|
| 提出日時 | 2015-03-24 14:37:27 |
| 言語 | C90 (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 5,000 ms |
| コード長 | 34 bytes |
| 記録 | |
| コンパイル時間 | 176 ms |
| コンパイル使用メモリ | 27,212 KB |
| 最終ジャッジ日時 | 2026-02-23 18:12:41 |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | r;main(){r=!puts("Hello World!");}
| ^
ソースコード
r;main(){r=!puts("Hello World!");}
ushjp