結果
| 問題 |
No.1562 Welcome to ????? & ????
|
| コンテスト | |
| ユーザー |
para_math
|
| 提出日時 | 2021-06-26 14:30:35 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 95 bytes |
| コンパイル時間 | 1,616 ms |
| コンパイル使用メモリ | 164,152 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-06-25 10:33:26 |
| 合計ジャッジ時間 | 1,993 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
main.cpp:5:11: warning: character constant too long for its type
5 | cout << 'Knock Dive' << endl;
| ^~~~~~~~~~~~
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 'Knock Dive' << endl;
}
para_math