Problem | imagination |
---|---|
User | dacashew |
Submission Time | 2024-05-24 20:15:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
imagination.cpp: In function ‘int main()’:
imagination.cpp:100:2: error: expected ‘,’ or ‘;’ before ‘string’
100 | string ans[n]=
| ^~~~~~
imagination.cpp:125:12: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
125 | cout<<ans[i]<<endl;
| ^~~
| abs