Problem | fsylll |
---|---|
User | usernamehere |
Submission Time | 2024-08-13 18:49:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fsylll.cpp: In function ‘int main()’:
fsylll.cpp:21:2: error: expected ‘,’ or ‘;’ before ‘int’
21 | int x;
| ^~~
fsylll.cpp:22:9: error: ‘x’ was not declared in this scope
22 | cin >> x;
| ^