結果
問題 | No.1562 Welcome to ????? & ???? |
ユーザー | kotatsugame |
提出日時 | 2021-07-01 14:59:40 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 73 bytes |
コンパイル時間 | 469 ms |
コンパイル使用メモリ | 62,080 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-06-28 03:44:43 |
合計ジャッジ時間 | 1,074 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
コンパイルメッセージ
main.cpp:3:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] 3 | main(){cout<<"Knock Dive"<<endl;} | ^~~~
ソースコード
#include<iostream> using namespace std; main(){cout<<"Knock Dive"<<endl;}