結果
問題 | No.456 Millions of Submits! |
ユーザー |
![]() |
提出日時 | 2016-12-09 11:22:55 |
言語 | C90 (gcc 11.4.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 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
5,120 KB |
testcase_01 | AC | 1 ms
5,376 KB |
testcase_02 | AC | 0 ms
5,376 KB |
testcase_03 | AC | 1 ms
5,376 KB |
testcase_04 | AC | 1 ms
5,376 KB |
testcase_05 | AC | 1 ms
5,376 KB |
testcase_06 | AC | 1 ms
5,376 KB |
testcase_07 | AC | 2 ms
5,376 KB |
testcase_08 | AC | 2 ms
5,376 KB |
testcase_09 | AC | 11 ms
5,376 KB |
testcase_10 | AC | 11 ms
5,376 KB |
testcase_11 | AC | 102 ms
5,376 KB |
testcase_12 | AC | 998 ms
5,376 KB |
コンパイルメッセージ
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));}