Problem | gotoschool |
---|---|
User | ZiXin |
Submission Time | 2023-11-08 14:36:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:11:9: error: expected ‘,’ or ‘;’ before ‘=’ token
11 | int B(x)=i;
| ^
gotoschool.cpp:14:12: error: ‘B’ cannot be used as a function
14 | cout << B(i) << " ";
| ^