結果

問題 No.491 10^9+1と回文
ユーザー testestesttestestest
提出日時 2017-03-12 00:56:40
言語 C
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 178 bytes
コンパイル時間 1,241 ms
コンパイル使用メモリ 28,588 KB
実行使用メモリ 4,504 KB
最終ジャッジ日時 2023-09-06 19:43:38
合計ジャッジ時間 4,278 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 1 ms
4,380 KB
testcase_02 WA -
testcase_03 AC 1 ms
4,376 KB
testcase_04 AC 0 ms
4,380 KB
testcase_05 AC 0 ms
4,376 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 1 ms
4,376 KB
testcase_09 WA -
testcase_10 AC 1 ms
4,376 KB
testcase_11 AC 1 ms
4,376 KB
testcase_12 AC 1 ms
4,380 KB
testcase_13 AC 1 ms
4,376 KB
testcase_14 AC 1 ms
4,376 KB
testcase_15 AC 0 ms
4,376 KB
testcase_16 AC 0 ms
4,380 KB
testcase_17 AC 1 ms
4,376 KB
testcase_18 AC 1 ms
4,376 KB
testcase_19 AC 1 ms
4,380 KB
testcase_20 AC 1 ms
4,380 KB
testcase_21 AC 1 ms
4,380 KB
testcase_22 WA -
testcase_23 AC 0 ms
4,380 KB
testcase_24 WA -
testcase_25 AC 0 ms
4,380 KB
testcase_26 AC 0 ms
4,376 KB
testcase_27 AC 0 ms
4,380 KB
testcase_28 AC 1 ms
4,380 KB
testcase_29 WA -
testcase_30 AC 1 ms
4,384 KB
testcase_31 AC 1 ms
4,376 KB
testcase_32 AC 0 ms
4,376 KB
testcase_33 WA -
testcase_34 WA -
testcase_35 AC 1 ms
4,380 KB
testcase_36 AC 0 ms
4,380 KB
testcase_37 AC 1 ms
4,380 KB
testcase_38 AC 1 ms
4,376 KB
testcase_39 AC 1 ms
4,380 KB
testcase_40 AC 1 ms
4,376 KB
testcase_41 AC 0 ms
4,376 KB
testcase_42 AC 0 ms
4,376 KB
testcase_43 AC 1 ms
4,380 KB
testcase_44 WA -
testcase_45 AC 0 ms
4,376 KB
testcase_46 AC 1 ms
4,376 KB
testcase_47 AC 1 ms
4,380 KB
testcase_48 AC 1 ms
4,376 KB
testcase_49 AC 0 ms
4,380 KB
testcase_50 AC 0 ms
4,376 KB
testcase_51 AC 0 ms
4,376 KB
testcase_52 WA -
testcase_53 AC 1 ms
4,380 KB
testcase_54 AC 1 ms
4,380 KB
testcase_55 AC 0 ms
4,380 KB
testcase_56 AC 1 ms
4,376 KB
testcase_57 AC 1 ms
4,376 KB
testcase_58 AC 1 ms
4,380 KB
testcase_59 AC 1 ms
4,376 KB
testcase_60 WA -
testcase_61 WA -
testcase_62 WA -
testcase_63 WA -
testcase_64 AC 0 ms
4,380 KB
testcase_65 AC 1 ms
4,380 KB
testcase_66 AC 1 ms
4,376 KB
testcase_67 AC 1 ms
4,376 KB
testcase_68 AC 0 ms
4,380 KB
testcase_69 AC 1 ms
4,380 KB
testcase_70 AC 1 ms
4,380 KB
testcase_71 WA -
testcase_72 AC 1 ms
4,376 KB
testcase_73 AC 1 ms
4,376 KB
testcase_74 AC 1 ms
4,380 KB
testcase_75 WA -
testcase_76 AC 0 ms
4,380 KB
testcase_77 AC 1 ms
4,376 KB
testcase_78 AC 1 ms
4,376 KB
testcase_79 AC 1 ms
4,380 KB
testcase_80 AC 0 ms
4,380 KB
testcase_81 WA -
testcase_82 AC 1 ms
4,380 KB
testcase_83 AC 1 ms
4,376 KB
testcase_84 WA -
testcase_85 AC 1 ms
4,380 KB
testcase_86 WA -
testcase_87 AC 1 ms
4,380 KB
testcase_88 AC 1 ms
4,376 KB
testcase_89 AC 0 ms
4,380 KB
testcase_90 AC 1 ms
4,380 KB
testcase_91 AC 1 ms
4,376 KB
testcase_92 WA -
testcase_93 AC 0 ms
4,380 KB
testcase_94 AC 1 ms
4,380 KB
testcase_95 WA -
testcase_96 WA -
testcase_97 WA -
testcase_98 AC 1 ms
4,380 KB
testcase_99 WA -
testcase_100 AC 1 ms
4,376 KB
testcase_101 WA -
testcase_102 WA -
testcase_103 WA -
testcase_104 AC 1 ms
4,376 KB
testcase_105 AC 0 ms
4,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: 警告: 戻り値の型をデフォルトの ‘int’ にします [-Wimplicit-int]
    1 | f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
      | ^
main.c: 関数 ‘f’ 内:
main.c:1:1: 警告: ‘n’ の型をデフォルトの ‘int’ にします [-Wimplicit-int]
main.c:1:1: 警告: ‘t’ の型をデフォルトの ‘int’ にします [-Wimplicit-int]
main.c:1:19: 警告: 関数 ‘pow’ の暗黙的な宣言です [-Wimplicit-function-declaration]
    1 | f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
      |                   ^~~
main.c:1:1: 備考: include ‘<math.h>’ or provide a declaration of ‘pow’
  +++ |+#include <math.h>
    1 | f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
main.c:1:19: 警告: 組み込み関数 ‘pow’ の互換性がない暗黙的な宣言です [-Wbuiltin-declaration-mismatch]
    1 | f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
      |                   ^~~
main.c:1:19: 備考: include ‘<math.h>’ or provide a declaration of ‘pow’
main.c:1:28: 警告: 関数 ‘log10’ の暗黙的な宣言です [-Wimplicit-function-declaration]
    1 | f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
      |                            ^~~~~
main.c:1:28: 備考: include ‘<math.h>’ or provide a declaration of ‘log10’
main.c:1:28: 警告: 組み込み

ソースコード

diff #

f(n,t){return n?t=pow(10,t=log10(n)),f(n%t/10)*10-n/t*~t:0;}long n,x=1+1e9;main(m){scanf("%ld",&n);m=log10(n/=x);printf("%d",n=n/pow(10,-~m/2)-~(m%2*9)*pow(10,m/2)-2+(f(n)<=n));}
0