Problem | scicom |
---|---|
User | tanhanxi195 |
Submission Time | 2025-06-20 13:35:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:13: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
6 | int name = "pan"
| ^~~~~
| |
| const char*
scicom.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int medal = "silver"
| ^~~