
PAT
阿龙的圈子
仰望星空 脚踏实地
向前走 永不停
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PAT刷题
1001. A+B Format (20)#include <cmath>#include <cstdio>#include <iostream>using namespace std;char str[100];int main(){ // freopen("I-in.txt", "r", stdin); int a, b; scanf("%d%d", &a, &b);原创 2015-12-25 18:35:27 · 812 阅读 · 0 评论 -
PAT刷题
1001. A+B Format (20)#include #include #include using namespace std;char str[100];int main(){ // freopen("I-in.txt", "r", stdin); int a, b; scanf("%d%d", &a, &b); int c = a + b; int原创 2015-12-25 18:38:09 · 716 阅读 · 0 评论