Educational Codeforces Round 21 题解
比赛链接:http://codeforces.com/contest/808A. Lucky Year 水题#include <bits/stdc++.h>using namespace std;typedef long long LL;int main(){ LL n; scanf("%lld", &n); if(n<10){ printf("1\