看似简单,却无从下手
what is the output of this code?int fun(int a,int b){
ruturn(a,b);
}
int main(void){
int x;
x=fun(6,7);
cout<<x;
}
2017-05-08 16:06
2017-05-08 16:31
2017-05-08 20:47
2017-05-08 20:55
2017-05-09 05:27
2017-05-09 08:20