結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー Lepton_sLepton_s
提出日時 2018-01-21 15:33:00
言語 C++17(clang)
(17.0.6 + boost 1.83.0)
結果
AC  
実行時間 1 ms / 5,000 ms
コード長 101 bytes
コンパイル時間 914 ms
実行使用メモリ 3,540 KB
スコア 0
最終ジャッジ日時 2020-08-23 04:34:03
ジャッジサーバーID
(参考情報)
judge9 / judge6
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
3,416 KB
testcase_01 AC 1 ms
3,528 KB
testcase_02 AC 1 ms
3,540 KB
testcase_03 AC 1 ms
3,280 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
using namespace std;
signed main(){int a; cin>>a; cout<<"0 "<<a<<endl; return 0;}
0