結果
| 問題 | No.413 +5,000,000pts |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2017-02-07 18:30:31 |
| 言語 | C90 (gcc 15.2.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 57 bytes |
| 記録 | |
| コンパイル時間 | 133 ms |
| コンパイル使用メモリ | 35,032 KB |
| 最終ジャッジ日時 | 2026-02-24 00:17:15 |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | i=999e5;main(){for(;i++<1e8;)printf("%lo\n",~-i+1L*i*i);}
| ^
main.c: In function 'main':
main.c:1:30: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
1 | i=999e5;main(){for(;i++<1e8;)printf("%lo\n",~-i+1L*i*i);}
| ^~~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
+++ |+#include <stdio.h>
1 | i=999e5;main(){for(;i++<1e8;)printf("%lo\n",~-i+1L*i*i);}
ソースコード
i=999e5;main(){for(;i++<1e8;)printf("%lo\n",~-i+1L*i*i);}
testestest