Problem identifyinggirlfriends
User RogueRanger
Submission Time 2024-08-24 17:22:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

identifyinggirlfriends.cpp: In function ‘int main()’:
identifyinggirlfriends.cpp:25:19: error: expected ‘;’ before ‘}’ token
25 | cout<<v[i]<<"\n"
| ^
| ;
26 | }
| ~