Problem | scicom |
---|---|
User | chimpanzinibananini |
Submission Time | 2025-06-20 15:57:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:5:85: error: expected ‘}’ at end of input
5 | string name = "Pan"; string medal = "Silver"; cout << name << " " << medal; return 0;
| ^
scicom.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^