結果

問題 No.413 +5,000,000pts
ユーザー testestesttestestest
提出日時 2017-02-07 18:23:30
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 1,032 ms
コンパイル使用メモリ 23,132 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-08-26 05:16:05
合計ジャッジ時間 1,737 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
 i=1e8;main(){for(;i++<1001e5;)printf("%ld",~-i+1L*i*i);}
 ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
main.c:1:7: warning: return type defaults to ‘int’ [-Wimplicit-int]
 i=1e8;main(){for(;i++<1001e5;)printf("%ld",~-i+1L*i*i);}
       ^~~~
main.c: In function ‘main’:
main.c:1:31: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
 i=1e8;main(){for(;i++<1001e5;)printf("%ld",~-i+1L*i*i);}
                               ^~~~~~
main.c:1:31: warning: incompatible implicit declaration of built-in function ‘printf’
main.c:1:31: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
+#include <stdio.h>
 i=1e8;main(){for(;i++<1001e5;)printf("%ld",~-i+1L*i*i);}
                               ^~~~~~

ソースコード

diff #

i=1e8;main(){for(;i++<1001e5;)printf("%ld",~-i+1L*i*i);}
0