Problem | scicom |
---|---|
User | Haritha |
Submission Time | 2025-06-20 12:59:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:1:9: error: ISO C++ forbids declaration of ‘intmain’ with no type [-fpermissive]
1 | intmain(){string line;
| ^
scicom.cpp: In function ‘int intmain()’:
scicom.cpp:1:11: error: ‘string’ was not declared in this scope
1 | intmain(){string line;
| ^~~~~~
scicom.cpp:1:22: error: expected ‘}’ at end of input
1 | intmain(){string line;
| ~ ^