Problem numberspiral
User ilovepythonandhatecplusplus
Submission Time 2025-01-24 21:18:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

numberspiral.cpp: In function ‘int main()’:
numberspiral.cpp:19:15: error: ‘astart’ was not declared in this scope; did you mean ‘va_start’?
19 | cout<<astart+b;
| ^~~~~~
| va_start
numberspiral.cpp:21:15: error: ‘astart’ was not declared in this scope; did you mean ‘va_start’?
21 | cout<<astart-b;
| ^~~~~~
| va_start
numberspiral.cpp:23:15: error: ‘bstart’ was not declared in this scope
23 | cout<<bstart-a;
| ^~~~~~
numberspiral.cpp:25:15: error: ‘bstart’ was not declared in this scope
25 | cout<<bstart+a;
| ^~~~~~