結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
Nachia
|
| 提出日時 | 2021-01-04 16:46:15 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 5,000 ms |
| コード長 | 77 bytes |
| 記録 | |
| コンパイル時間 | 138 ms |
| コンパイル使用メモリ | 28,272 KB |
| スコア | 3,692 |
| 最終ジャッジ日時 | 2025-11-22 17:38:08 |
|
ジャッジサーバーID (参考情報) |
judge5 / judge7 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:2:23: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
2 | int main(){int n;scanf("%d",&n);printf("0 %d",n);return 0;}
| ~~~~~^~~~~~~~~
ソースコード
#include<stdio.h>
int main(){int n;scanf("%d",&n);printf("0 %d",n);return 0;}
Nachia