結果

問題 No.9000 Hello World! (テスト用)
ユーザー 初見わこつです
提出日時 2015-07-25 02:50:50
言語 C++11(廃止可能性あり)
(gcc 13.3.0)
結果
AC  
実行時間 1 ms / 5,000 ms
コード長 52 bytes
コンパイル時間 154 ms
コンパイル使用メモリ 20,992 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-12-24 21:17:15
合計ジャッジ時間 567 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
    2 | main(){printf("Hello World!\n");}
      | ^~~~

ソースコード

diff #

#include <stdio.h>
main(){printf("Hello World!\n");}
0