| Problem | trials |
|---|---|
| User | chickengoat |
| Submission Time | 2026-06-01 14:42:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trials.cpp: In function ‘int main()’:
trials.cpp:9:17: error: expected initializer before ‘inter’
9 | ll age,string inter;
| ^~~~~
trials.cpp:10:17: error: ‘inter’ was not declared in this scope
10 | if(age>=13 && inter=="coding") {
| ^~~~~