結果

問題 No.491 10^9+1と回文
ユーザー tkmst201tkmst201
提出日時 2017-03-11 14:08:12
言語 C++11
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 1,752 bytes
コンパイル時間 1,345 ms
コンパイル使用メモリ 88,656 KB
実行使用メモリ 4,400 KB
最終ジャッジ日時 2023-09-06 17:36:34
合計ジャッジ時間 22,816 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <iostream>
#include <cstdio>
#include <algorithm>
#include <string>
#include <vector>
#include <queue>
#include <map>
#include <set>
#include <functional>
#include <cmath>
#include <complex>
#include <cctype>
#include <cassert>
#include <sstream>
#include <ctime>

using namespace std;

#define FOR(i,a,b) for(int i=(a);i<(b);i++)
#define REP(i,n) FOR(i,0,n)
#define ALL(v) (v).begin(),(v).end()

template<typename A, typename B> inline bool chmax(A &a, B b) { if (a<b) { a=b; return 1; } return 0; }
template<typename A, typename B> inline bool chmin(A &a, B b) { if (a>b) { a=b; return 1; } return 0; }

typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
typedef pair<int, pii> P;
typedef vector<ll> vl;
typedef vector<vl> vvl;

#define INF (1<<29)
#define INFL (1ll<<60)
#define EPS (1e-8)
#define PI (acos(-1))
const ll MOD = 1000000007ll;

string to_str(ll x) {
	stringstream ss;
	ss << x;
	return ss.str();
}

ll to_ll(string str) {
	stringstream ss(str);
	ll res;
	ss >> res;
	
	return res;
}

int main() {
	ll N;
	cin >> N;
	
	ll n = N / 1000000001;
	
	vector<ll> v;
	for (ll i = 1; i <= 110000; i++) {
		string now = to_str(i);
		
		string rev = now;
		reverse(ALL(rev));
		
		
		bool ok = true;
		now.erase(now.end() - 1);
		now += rev;
		
		REP(j, now.size() / 2) if (now[j] != now[now.size() - 1 - j])
			ok = false;
		if (ok) v.push_back(to_ll(now));
		
		now = to_str(i);
		if (now != rev) continue;
		
		now += rev;
		v.push_back(to_ll(rev));
		
		REP(j, 10) {
			string tmp = now;
			tmp += j + '0';
			tmp += now;
			v.push_back(to_ll(tmp));
		}
	}
	
	sort(ALL(v));
	v.erase(unique(ALL(v)), v.end());
	
	int ans = 0;
	REP(i, v.size()) {
		if (v[i] <= n) ans++;
	}
	cout << ans << endl;
	
	return 0;
}
0