結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー okkuukenkenokkuukenken
提出日時 2022-06-03 19:40:03
言語 C++23
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 1 ms / 5,000 ms
コード長 92 bytes
コンパイル時間 683 ms
実行使用メモリ 6,952 KB
スコア 3,632
最終ジャッジ日時 2022-06-03 19:40:04
合計ジャッジ時間 1,464 ms
ジャッジサーバーID
(参考情報)
judge16 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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