P1017 进制转换
摘要:
模拟水题,直接上代码 include using namespace std; const int maxn = 100000; int main() { int n, r; cin n r; int ans[maxn]; int tmp = n; int pos = 0; while(tmp != 阅读全文
posted @ 2016-10-29 16:27
蒟蒻konjac
阅读(193)
评论(0)
推荐(0)
浙公网安备 33010602011771号