摘要:
返回目录代码:#include<cstdio>#include<cstring>#include<algorithm>#include<cmath>using namespace std;inline int Rint() {int x; scanf("%d", &x); return x;}int x;void solve(){ int t = (x/10)%10; if(t == 1) { printf("%dth/n", x); } else { t = x%10; if(t == 1) pr 阅读全文
posted @ 2011-04-16 18:11
泳裤王子
阅读(136)
评论(0)
推荐(0)
浙公网安备 33010602011771号