Problem coincombinations
User Hengweezy
Submission Time 2025-01-21 20:53:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:21:10: error: expected ‘;’ before ‘for’
21 | l.sort()
| ^
| ;
22 |
23 | for(int i =1; i < v+1; i++){
| ~~~
coincombinations.cpp:23:16: error: ‘i’ was not declared in this scope
23 | for(int i =1; i < v+1; i++){
| ^