0
#include<stdio.h>int main(){int a;int b; int n; scanf("%d",&n);while (n>0){n--;scanf("%d%d",&a,&b);printf("%d",a+b);}return0;}
what is the wrong with it
7 Réponses
0
but now?
0
the result is strange
0
你的printf中怎么会有两个%d%d ,a+b是一个值
0
My English is not good.Sorry