結果
| 問題 | No.8089 32xtm fwf8ggk pgmer@ qr@,wsvb guf@t^xd@ |
| コンテスト | |
| ユーザー |
sig_256
|
| 提出日時 | 2026-09-19 21:03:46 |
| 言語 | C++23(gcc16) (gcc 16.1.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 2,000 ms |
| + 428µs | |
| コード長 | 59 bytes |
| 記録 | |
| コンパイル時間 | 2,447 ms |
| コンパイル使用メモリ | 95,856 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-09-19 21:04:04 |
| 合計ジャッジ時間 | 3,971 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 10 |
コンパイルメッセージ
main.cpp:1:2: warning: '#import' is a deprecated GCC extension [-Wdeprecated]
1 | #import<ios>
| ^~~~~~
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(int I){scanf("%d",&I);printf("%d",17*I);}
| ^~~~
main.cpp:2:1: warning: 'int main(int)' takes only zero or two arguments [-Wmain]
ソースコード
#import<ios>
main(int I){scanf("%d",&I);printf("%d",17*I);}
sig_256