patB1022D進制的A+B

#include <iostream> #include <cstdio> using namespace std; int buf[50]; int bufsize=0; int main(int argc, char** argv) { int a,b; scanf("%d%d",&a,&b); int ans=a+b; int d; scanf("%d",&d); do{ buf[bufsi
相關文章
相關標籤/搜索