結果
問題 | No.456 Millions of Submits! |
ユーザー |
![]() |
提出日時 | 2016-12-09 11:22:55 |
言語 | C90 (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 998 ms / 4,500 ms |
コード長 | 154 bytes |
コンパイル時間 | 1,067 ms |
コンパイル使用メモリ | 20,992 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-26 03:14:15 |
合計ジャッジ時間 | 8,486 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 |
コンパイルメッセージ
main.c:1:12: warning: data definition has no type or storage class 1 | double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} | ^ 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 t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} | ^~~~ main.c: In function ‘main’: main.c:1:14: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int] main.c:1:14: warning: type of ‘b’ defaults to ‘int’ [-Wimplicit-int] main.c:1:28: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] 1 | double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} | ^~~~ main.c:1:40: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} main.c:1:40: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));} |
ソースコード
double t,n;i;main(a,b){for(gets(&a);i=~scanf("%d%d%lf",&a,&b,&t);printf("%.10f\n",b?exp(n):pow(t,1./a)))for(n=.1;++i<6;n-=(a*n+b*log(n)-log(t))/(a+b/n));}