結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー copernicium0112copernicium0112
提出日時 2021-03-31 17:43:39
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 2 ms / 5,000 ms
コード長 69 bytes
コンパイル時間 392 ms
実行使用メモリ 7,024 KB
スコア 3,724
最終ジャッジ日時 2021-03-31 17:43:46
合計ジャッジ時間 1,313 ms
ジャッジサーバーID
(参考情報)
judge11 / judge8
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <iostream>
int main(){int n;std::cin>>n;std::cout<<"0 "<<n;}
0