Problem | scicom |
---|---|
User | Roucy |
Submission Time | 2025-06-20 13:08:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
scicom.cpp: In function ‘int main()’:
scicom.cpp:5:12: error: expected initializer before ‘silver’
5 | string pan silver;
| ^~~~~~
scicom.cpp:6:8: error: ‘pan’ was not declared in this scope; did you mean ‘tan’?
6 | cin >>pan>>silver;
| ^~~
| tan
scicom.cpp:6:13: error: ‘silver’ was not declared in this scope
6 | cin >>pan>>silver;
| ^~~~~~