結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
Bantako
|
| 提出日時 | 2018-03-12 15:49:31 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 69 bytes |
| 記録 | |
| コンパイル時間 | 197 ms |
| コンパイル使用メモリ | 36,696 KB |
| 実行使用メモリ | 7,844 KB |
| スコア | 3,724 |
| 最終ジャッジ日時 | 2026-03-03 21:51:00 |
| 合計ジャッジ時間 | 568 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 3 WA * 1 |
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(){int N;scanf("%d",&N);printf("%d %d\n",N,0);}
| ^~~~
ソースコード
#include<stdio.h>
main(){int N;scanf("%d",&N);printf("%d %d\n",N,0);}
Bantako