結果

問題 No.491 10^9+1と回文
ユーザー mogurockermogurocker
提出日時 2017-10-16 18:03:39
言語 C++11
(gcc 13.3.0)
結果
RE  
実行時間 -
コード長 894 bytes
コンパイル時間 1,349 ms
コンパイル使用メモリ 162,328 KB
実行使用メモリ 13,640 KB
最終ジャッジ日時 2024-11-17 20:58:18
合計ジャッジ時間 23,850 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
#define FOR(i, n) for(int i = 0; i < (n); i++)
#define MEM(a, x) memset(a, x, sizeof(a))
#define ALL(a) a.begin(), a.end()
#define UNIQUE(a) a.erase(unique(ALL(a)), a.end())
typedef long long ll;
typedef pair<int, int> P;

ll x;

int num(int sz) {
	return 9 * pow(10, (sz-10)/2);
}

int main(int argc, char const *argv[]) {
	ios_base::sync_with_stdio(false);
	cin >> x;
	if (x < 1000000001) {
		cout << 0 << endl;
		return 0;
	}
	string s = to_string(x);
	int n = s.size();
	int ret = 0;
	for (int i = 10; i < n; i++) ret += num(i);
	for (int i = pow(10, n-10); i < pow(10, n-9); i++) {
		string t = to_string(i);
		int nn = t.size();
		bool ok = true;
		FOR(j, nn) {
			if (t[j] != t[nn-j-1]) ok = false;
		}
		if (!ok) continue;
		string tt = t + string(n-2*nn, '0') + t;
		if (stoll(tt) > x) break;
		ret++;
	}
	cout << ret << endl;
	return 0;
}
0