結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
|
提出日時 | 2022-12-12 17:04:07 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 79 bytes |
コンパイル時間 | 430 ms |
コンパイル使用メモリ | 28,800 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-06 14:43:08 |
合計ジャッジ時間 | 577 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
コンパイルメッセージ
main.cpp:2:5: warning: 'int main(int)' takes only zero or two arguments [-Wmain] 2 | int main(int) { | ^~~~
ソースコード
#include <stdio.h> int main(int) { printf ("Hello World!"); return 0; }