Problem | reading |
---|---|
User | joshua2152 |
Submission Time | 2023-04-14 17:12:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:5:19: error: expected ‘;’ before ‘n’
5 | int n; int k; cin n >> k;
| ^~
| ;