标签:pac names fc7 lap view class ide eve namespace
还是在学校舒服啊...
1 #include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <algorithm> 5 #include <cmath> 6 using namespace std; 7 int main(){ 8 int a,b; 9 scanf("%d%d",&a,&b); 10 printf("%d\n",a+b); 11 return 0; 12 }
标签:pac names fc7 lap view class ide eve namespace
原文地址:https://www.cnblogs.com/Ren-Ivan/p/9620540.html