PAT (Basic Level) Practice (中文) 1017 A除以B
摘要:
1 #include<cstdio> 2 #include<cstring> 3 using namespace std; 4 const int MAXN=1001; 5 char a[MAXN]; 6 int b; 7 int q[MAXN],r[MAXN]; 8 void read(); 9 阅读全文
posted @ 2020-04-14 17:16 chenxi16 阅读(113) 评论(0) 推荐(0) 编辑