Problem | latex |
---|---|
User | siewjh |
Submission Time | 2023-12-25 20:53:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
latex.cpp: In function ‘int main()’:
latex.cpp:85:49: error: expected ‘}’ at end of input
85 | cout << vec[k] << (k == path[i] ? '\n' : ' ');
| ^
latex.cpp:57:11: note: to match this ‘{’
57 | int main(){
| ^