Problem examstress
User kxd
Submission Time 2024-08-29 23:10:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

examstress.cpp: In function ‘int main()’:
examstress.cpp:41:19: error: expected ‘;’ before ‘v’
41 | vector<string>(n) v;
| ^~
| ;
examstress.cpp:43:10: error: ‘v’ was not declared in this scope
43 | cin >> v[i];
| ^