| Problem | lineup2 |
|---|---|
| User | asbx |
| Submission Time | 2023-11-08 14:45:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lineup2.cpp: In function ‘int main()’:
lineup2.cpp:13:14: error: expected ‘)’ before ‘;’ token
13 | getline(cin; s);
| ~ ^
| )
lineup2.cpp:13:17: error: expected ‘;’ before ‘)’ token
13 | getline(cin; s);
| ^
| ;