結果
問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
ユーザー |
|
提出日時 | 2020-07-29 14:58:40 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 114 bytes |
コンパイル時間 | 435 ms |
実行使用メモリ | 1,564 KB |
スコア | 3,544 |
最終ジャッジ日時 | 2020-07-29 14:58:42 |
ジャッジサーバーID (参考情報) |
judge10 / judge8 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 3 WA * 1 |
ソースコード
#include <iostream> using namespace std; int main(){ int n; cin >> n; cout << n << " " << 0 << endl; }