#include<bits/stdc++.h> using namespace std; int main(int a,int b){ cin>>a>>b; cout<<a+b; return 0; }
如上这个东西为什么不会报错?