結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー alpha_virginis
提出日時 2016-08-30 11:50:12
言語 C++14
(gcc 15.2.0 + boost 1.89.0)
コンパイル:
g++-15 -O2 -lm -std=c++14 -Wuninitialized -DONLINE_JUDGE -o a.out _filename_
実行:
./a.out
結果
AC  
実行時間 2 ms / 5,000 ms
コード長 187 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 1,242 ms
コンパイル使用メモリ 182,200 KB
実行使用メモリ 7,716 KB
スコア 3,252
最終ジャッジ日時 2026-03-03 21:48:53
合計ジャッジ時間 1,757 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

#include <bits/stdc++.h> 
inline long nextInt(void) { long temp; std::cin >> temp; return temp; } 
int main() { int N; std::cin >> N; std::cout << 0 << " " << N << std::endl; return 0; } 
0