結果
問題 |
No.9000 Hello World! (テスト用)
|
ユーザー |
![]() |
提出日時 | 2015-05-03 22:43:19 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 96 bytes |
コンパイル時間 | 423 ms |
コンパイル使用メモリ | 53,592 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-12-24 20:43:36 |
合計ジャッジ時間 | 843 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 |
コンパイルメッセージ
main.cpp:3:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 3 | main(){ | ^~~~
ソースコード
#include<iostream> using namespace std; main(){ cout << "Hello World!" << endl; return 0; }