进制转换(noip2000)
摘要:
#include<iostream> #include<cstdio> #include<cmath> #include<cstring> using namespace std; void change(int n,int r) { if(n==0) { return; } int m=n%r; 阅读全文
posted @ 2020-10-22 16:39
Chri_K
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号