| Problem | procrastinatingtrainers |
|---|---|
| User | caslyn |
| Submission Time | 2026-06-25 09:59:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
procrastinatingtrainers.cpp: In function ‘int main()’:
procrastinatingtrainers.cpp:18:4: error: ‘s’ was not declared in this scope
18 | s.insert(ms);
| ^
procrastinatingtrainers.cpp:20:7: error: ‘s’ was not declared in this scope
20 | if(s.size()<2){
| ^
procrastinatingtrainers.cpp:29:10: error: expected ‘;’ before ‘}’ token
29 | return 0
| ^
| ;
30 | }
| ~