結果

問題 No.668 6.0*10^23
ユーザー 👑 testestesttestestest
提出日時 2018-05-17 11:06:18
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 112 bytes
コンパイル時間 347 ms
コンパイル使用メモリ 29,056 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-06-30 06:58:00
合計ジャッジ時間 3,191 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 72 ms
6,940 KB
testcase_02 AC 43 ms
6,944 KB
testcase_03 AC 27 ms
6,940 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 1 ms
6,940 KB
testcase_10 AC 24 ms
6,940 KB
testcase_11 AC 78 ms
6,940 KB
testcase_12 AC 21 ms
6,940 KB
testcase_13 AC 67 ms
6,944 KB
testcase_14 AC 52 ms
6,944 KB
testcase_15 AC 9 ms
6,940 KB
testcase_16 AC 15 ms
6,940 KB
testcase_17 AC 63 ms
6,940 KB
testcase_18 AC 35 ms
6,940 KB
testcase_19 AC 15 ms
6,940 KB
testcase_20 AC 39 ms
6,940 KB
testcase_21 AC 38 ms
6,940 KB
testcase_22 AC 65 ms
6,944 KB
testcase_23 AC 44 ms
6,948 KB
testcase_24 AC 11 ms
6,944 KB
testcase_25 AC 65 ms
6,940 KB
testcase_26 AC 3 ms
6,944 KB
testcase_27 AC 45 ms
6,944 KB
testcase_28 AC 65 ms
6,940 KB
testcase_29 AC 27 ms
6,944 KB
testcase_30 AC 67 ms
6,944 KB
testcase_31 AC 38 ms
6,944 KB
testcase_32 AC 10 ms
6,940 KB
testcase_33 AC 54 ms
6,944 KB
testcase_34 AC 22 ms
6,944 KB
testcase_35 AC 19 ms
6,944 KB
testcase_36 AC 49 ms
6,940 KB
testcase_37 AC 67 ms
6,944 KB
testcase_38 AC 35 ms
6,944 KB
testcase_39 AC 45 ms
6,944 KB
testcase_40 AC 65 ms
6,940 KB
testcase_41 AC 54 ms
6,944 KB
testcase_42 AC 31 ms
6,940 KB
testcase_43 AC 68 ms
6,940 KB
testcase_44 AC 70 ms
6,940 KB
testcase_45 AC 1 ms
6,940 KB
testcase_46 AC 1 ms
6,940 KB
testcase_47 AC 1 ms
6,940 KB
testcase_48 AC 1 ms
6,944 KB
testcase_49 AC 1 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
      | ^
main.c:1:1: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int]
main.c:1:15: warning: return type defaults to 'int' [-Wimplicit-int]
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
      |               ^~~~
main.c: In function 'main':
main.c:1:15: warning: type of 't' defaults to 'int' [-Wimplicit-int]
main.c:1:28: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
      |                            ^~~~
main.c:1:67: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
      |                                                                   ^~~~~~
main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
main.c:1:67: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
    1 | c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
      |                                                                   ^~~~~~
main.c:1:67: note: include '<stdio.h>' or provide a declaration of 'printf'

ソースコード

diff #

c;float s,z=1;main(t){for(;read(0,&t,1);z*=.1)c++<3?s+=(t-48)*z:0;printf("%.1f*10^%d",s,s>9.949?s/=10,c-1:c-2);}
0