Problem sum2
User Jaysonwee22
Submission Time 2026-06-25 09:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
sum2.cpp: In function ‘int main()’:
sum2.cpp:10:22: error: ‘h’ was not declared in this scope
10 | for (int i = 0; i < h; i++) {
| ^