結果
問題 |
No.5000 特殊ジャッジテスト(テスト用)
|
ユーザー |
![]() |
提出日時 | 2018-06-07 21:51:22 |
言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 88 bytes |
コンパイル時間 | 1,073 ms |
実行使用メモリ | 1,488 KB |
スコア | 3,648 |
最終ジャッジ日時 | 2018-06-07 21:51:25 |
ジャッジサーバーID (参考情報) |
judge9 / |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 2 WA * 2 |
ソースコード
#include<iostream> using namespace std; int main(){ int n;cin>>n;cout<<0<<n<<endl; }