Problem sumstack
User vadar2525
Submission Time 2026-02-02 16:00:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumstack.cpp: In function ‘int main()’:
sumstack.cpp:26:5: error: ‘total’ was not declared in this scope
26 | total += a[j];
| ^~~~~
sumstack.cpp:28:12: error: ‘total’ was not declared in this scope
28 | cout << total;
| ^~~~~