| Problem | sum2 |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 09:33:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
sum2.cpp: In function ‘int main()’:
sum2.cpp:9:29: error: ‘h’ was not declared in this scope
9 | vector<vector<string>> vec(h, vector<string>(n));
| ^