bzoj 1000: A+B Problem
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bzoj 1000: A+B Problem相关的知识,希望对你有一定的参考价值。
刚学编程就会的题,如果你有闲情逸致可以用网络流打
1 #include<cstdio> 2 #include<iostream> 3 int main() 4 { 5 int a,b; 6 scanf("%d%d",&a,&b); 7 printf("%d",a+b); 8 return 0; 9 }
以上是关于bzoj 1000: A+B Problem的主要内容,如果未能解决你的问题,请参考以下文章