鄭州輕工業大學OJ 1000

鄭州輕工業大學ACM程序設計題目 1000web 題目描述svg 計算兩個整數的和。設計 輸入code 輸入兩個整數,兩個整數用空格隔開。xml 輸出it 輸出爲兩個整數的和,單獨佔一行。io 直接上代碼程序設計 #include<stdio.h> main() { int a,b,c; scanf("%d %d", &a, &b); c=a+b; printf("%d\n",c); return
相關文章
相關標籤/搜索