Problem | goofyrooks |
---|---|
User | Hytoh |
Submission Time | 2023-12-30 13:34:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goofyrooks.cpp: In function ‘int main()’:
goofyrooks.cpp:4:7: error: expected initializer before ‘.’ token
4 | int x. y, k;
| ^
goofyrooks.cpp:5:9: error: ‘x’ was not declared in this scope
5 | cin >> x >> y >> k;
| ^
goofyrooks.cpp:5:14: error: ‘y’ was not declared in this scope
5 | cin >> x >> y >> k;
| ^
goofyrooks.cpp:5:19: error: ‘k’ was not declared in this scope
5 | cin >> x >> y >> k;
| ^