标签:practice include tput can strong 输入 scanf input style
#include <stdio.h> int main() { int m,n,t,i; scanf("%d",&t); for(i=1;i<=t;i++) { scanf("%d %d",&m,&n); printf("%d\n",m+n); } return 0; }
(HDU)1090 --A+B for Input-Output Practice (II)(输入输出练习(II))
标签:practice include tput can strong 输入 scanf input style
原文地址:http://www.cnblogs.com/ACDoge/p/6130417.html