結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー 👑 p-adic
提出日時 2022-08-14 22:35:48
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 5,000 ms
コード長 71 bytes
コンパイル時間 553 ms
コンパイル使用メモリ 65,808 KB
最終ジャッジ日時 2025-11-22 17:38:30
ジャッジサーバーID
(参考情報)
judge5 / judge16
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 4
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:2:7: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
    2 | int N;main(){std::cin>>N;std::cout<<"0 "<<N<<"\n";}
      |       ^~~~

ソースコード

diff #
raw source code

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