Problem topsilver
User Jaysonwee22
Submission Time 2026-06-26 13:19:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:15:29: error: ‘h’ was not declared in this scope
15 | vector<vector<string>> vec(h, vector<string>(w));
| ^
topsilver.cpp:15:47: error: ‘w’ was not declared in this scope
15 | vector<vector<string>> vec(h, vector<string>(w));
| ^