1001 - Another A+B
1001 - Another A+B
Description
10
11
1 9
3 8
别问我为什么
- #include<stdio.h>
- #include<string.h>
- int main()
- {
- int a;
- int b,c;
- b = 1;
- while(scanf("%d",&a) != EOF){
- printf("%d %d\n",b,a-1);
- }
- }
版权声明:本文为博主原创文章,未经博主允许不得转载。
Description
10
11
1 9
3 8
别问我为什么
- #include<stdio.h>
- #include<string.h>
- int main()
- {
- int a;
- int b,c;
- b = 1;
- while(scanf("%d",&a) != EOF){
- printf("%d %d\n",b,a-1);
- }
- }
版权声明:本文为博主原创文章,未经博主允许不得转载。