标签:style namespace NPU class lap bsp space problem none
1 2
3
双手打字,以示清白。
1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 6 int main () { 7 long long int a, b; 8 while (~scanf("%lld %lld", &a, &b)) { 9 printf("%lld\n", a + b); 10 } 11 return 0; 12 }
标签:style namespace NPU class lap bsp space problem none
原文地址:https://www.cnblogs.com/gznb/p/11212455.html