結果

問題 No.5000 特殊ジャッジテスト(テスト用)
ユーザー 👑 p-adic
提出日時 2022-08-14 22:29:27
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 67 bytes
コンパイル時間 501 ms
コンパイル使用メモリ 65,800 KB
最終ジャッジ日時 2025-11-22 17:38:28
ジャッジサーバーID
(参考情報)
judge1 / judge13
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 3 WA * 1
権限があれば一括ダウンロードができます
コンパイルメッセージ
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<<N<<" 0\n";}
      |       ^~~~

ソースコード

diff #
raw source code

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