結果
問題 | No.454 逆2乗和 |
ユーザー | 👑 testestest |
提出日時 | 2016-12-05 03:44:58 |
言語 | C90 (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 32 ms / 2,000 ms |
コード長 | 92 bytes |
コンパイル時間 | 853 ms |
コンパイル使用メモリ | 20,096 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-30 02:42:26 |
合計ジャッジ時間 | 2,897 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 31 |
コンパイルメッセージ
main.c:1:12: warning: data definition has no type or storage class 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} | ^ main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] main.c:1:14: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} | ^~~~ main.c: In function ‘main’: main.c:1:25: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} main.c:1:25: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} | ^~~~~ main.c:1:25: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:70: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);} | ^~~~~~ main.c:1:70: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:70: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch] main.c:1:70: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
ソースコード
double s,n;i;main(){for(scanf("%lf",&n);i++<1e7;)s+=1/(i+n)/(i+n);i=!printf("%.9f",s+1e-7);}