結果

問題 No.491 10^9+1と回文
ユーザー imulanimulan
提出日時 2017-03-11 00:27:24
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 1,007 bytes
コンパイル時間 1,281 ms
コンパイル使用メモリ 168,284 KB
実行使用メモリ 4,564 KB
最終ジャッジ日時 2023-09-06 14:53:12
合計ジャッジ時間 5,671 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 17 ms
4,376 KB
testcase_01 AC 17 ms
4,380 KB
testcase_02 AC 16 ms
4,376 KB
testcase_03 AC 16 ms
4,380 KB
testcase_04 AC 16 ms
4,380 KB
testcase_05 AC 17 ms
4,376 KB
testcase_06 AC 16 ms
4,376 KB
testcase_07 AC 16 ms
4,376 KB
testcase_08 AC 16 ms
4,380 KB
testcase_09 AC 17 ms
4,376 KB
testcase_10 AC 17 ms
4,376 KB
testcase_11 AC 15 ms
4,376 KB
testcase_12 AC 16 ms
4,380 KB
testcase_13 AC 17 ms
4,376 KB
testcase_14 AC 16 ms
4,376 KB
testcase_15 AC 16 ms
4,380 KB
testcase_16 AC 16 ms
4,376 KB
testcase_17 AC 16 ms
4,376 KB
testcase_18 AC 16 ms
4,380 KB
testcase_19 AC 16 ms
4,376 KB
testcase_20 AC 16 ms
4,380 KB
testcase_21 AC 17 ms
4,376 KB
testcase_22 AC 17 ms
4,376 KB
testcase_23 AC 18 ms
4,380 KB
testcase_24 AC 18 ms
4,376 KB
testcase_25 AC 17 ms
4,380 KB
testcase_26 AC 18 ms
4,380 KB
testcase_27 AC 19 ms
4,380 KB
testcase_28 AC 19 ms
4,376 KB
testcase_29 AC 19 ms
4,376 KB
testcase_30 AC 17 ms
4,376 KB
testcase_31 AC 18 ms
4,376 KB
testcase_32 AC 19 ms
4,376 KB
testcase_33 AC 18 ms
4,376 KB
testcase_34 WA -
testcase_35 AC 18 ms
4,380 KB
testcase_36 AC 18 ms
4,376 KB
testcase_37 AC 18 ms
4,376 KB
testcase_38 WA -
testcase_39 AC 17 ms
4,376 KB
testcase_40 AC 18 ms
4,376 KB
testcase_41 AC 17 ms
4,380 KB
testcase_42 AC 18 ms
4,376 KB
testcase_43 AC 17 ms
4,376 KB
testcase_44 AC 16 ms
4,380 KB
testcase_45 AC 16 ms
4,380 KB
testcase_46 AC 16 ms
4,380 KB
testcase_47 AC 16 ms
4,380 KB
testcase_48 AC 17 ms
4,376 KB
testcase_49 AC 17 ms
4,376 KB
testcase_50 WA -
testcase_51 AC 16 ms
4,380 KB
testcase_52 AC 16 ms
4,380 KB
testcase_53 AC 16 ms
4,376 KB
testcase_54 AC 15 ms
4,376 KB
testcase_55 AC 18 ms
4,376 KB
testcase_56 AC 17 ms
4,380 KB
testcase_57 WA -
testcase_58 AC 17 ms
4,376 KB
testcase_59 AC 16 ms
4,380 KB
testcase_60 WA -
testcase_61 AC 17 ms
4,376 KB
testcase_62 WA -
testcase_63 AC 17 ms
4,380 KB
testcase_64 WA -
testcase_65 AC 17 ms
4,380 KB
testcase_66 AC 16 ms
4,380 KB
testcase_67 AC 17 ms
4,376 KB
testcase_68 AC 17 ms
4,380 KB
testcase_69 AC 16 ms
4,376 KB
testcase_70 AC 16 ms
4,380 KB
testcase_71 AC 16 ms
4,376 KB
testcase_72 WA -
testcase_73 AC 16 ms
4,376 KB
testcase_74 WA -
testcase_75 AC 17 ms
4,376 KB
testcase_76 AC 16 ms
4,380 KB
testcase_77 AC 16 ms
4,376 KB
testcase_78 AC 16 ms
4,376 KB
testcase_79 AC 16 ms
4,380 KB
testcase_80 AC 16 ms
4,380 KB
testcase_81 AC 15 ms
4,376 KB
testcase_82 AC 16 ms
4,380 KB
testcase_83 AC 16 ms
4,376 KB
testcase_84 AC 16 ms
4,376 KB
testcase_85 AC 16 ms
4,376 KB
testcase_86 AC 16 ms
4,376 KB
testcase_87 AC 15 ms
4,380 KB
testcase_88 AC 15 ms
4,376 KB
testcase_89 AC 16 ms
4,376 KB
testcase_90 WA -
testcase_91 AC 16 ms
4,380 KB
testcase_92 AC 16 ms
4,380 KB
testcase_93 AC 17 ms
4,380 KB
testcase_94 AC 16 ms
4,376 KB
testcase_95 AC 17 ms
4,380 KB
testcase_96 AC 16 ms
4,376 KB
testcase_97 AC 15 ms
4,380 KB
testcase_98 AC 16 ms
4,376 KB
testcase_99 AC 16 ms
4,380 KB
testcase_100 AC 16 ms
4,380 KB
testcase_101 WA -
testcase_102 AC 16 ms
4,376 KB
testcase_103 AC 16 ms
4,376 KB
testcase_104 WA -
testcase_105 AC 15 ms
4,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;

typedef long long ll;
#define rep(i,n) for(int (i)=0;(i)<(int)(n);++(i))
#define each(itr,c) for(__typeof(c.begin()) itr=c.begin(); itr!=c.end(); ++itr)
#define all(x) (x).begin(),(x).end()
#define pb push_back
#define fi first
#define se second

ll n;

ll dfs(int digit, string val, int lim)
{
    if(digit == (lim+1)/2)
    {
        string rev=val;
        reverse(all(rev));

        string t=val;
        int r=val.size();
        if(lim%2==1) --r;

        for(int i=r-1; i>=0; --i) t+=rev[i];

        string zeros="";
        rep(i,9-lim) zeros+='0';

        string a=t+zeros+t;

        return atoll(a.c_str())<=n;
    }

    ll ret = 0;

    int l=0;
    if(digit==0) l=1;

    for(int i=l; i<10; ++i)
    {
        char c = '0'+i;
        ret+=dfs(digit+1,val+c,lim);
    }

    return ret;
}

int main()
{
    cin >>n;

    ll ans = 0;

    for(int i=1; i<10; ++i)
    {
        ans += dfs(0,"",i);
    }

    cout << ans << endl;
    return 0;
}
0