Problem sumstack
User yqiiiiiii
Submission Time 2025-06-17 16:52:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumstack.cpp: In function ‘int main()’:
sumstack.cpp:4:16: error: expected initializer before ‘ahh’
4 | int q, t, aah ahh;
| ^~~
sumstack.cpp:10:11: error: ‘aah’ was not declared in this scope
10 | cin >> aah;
| ^~~
sumstack.cpp:15:11: error: ‘aah’ was not declared in this scope
15 | cin >> aah;
| ^~~
sumstack.cpp:16:4: error: ‘ahh’ was not declared in this scope
16 | ahh = 0;
| ^~~