Problem timeexam
User NuggetsAreNice
Submission Time 2025-02-27 13:04:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp:7:11: error: ‘a’ was not declared in this scope
7 | int thing(a, b) {
| ^
timeexam.cpp:7:14: error: ‘b’ was not declared in this scope
7 | int thing(a, b) {
| ^
timeexam.cpp:7:15: error: expression list treated as compound expression in initializer [-fpermissive]
7 | int thing(a, b) {
| ^
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:29:12: error: ‘thing’ cannot be used as a function
29 | thing(a, b);
| ^