Problem milkweed
User Henries
Submission Time 2024-12-06 23:57:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

milkweed.cpp: In function ‘int main()’:
milkweed.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(false);
| ^~~
milkweed.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
milkweed.cpp:4:10: error: ‘width’ was not declared in this scope
4 | cin>>width>>height>>mx>>my;
| ^~~~~
milkweed.cpp:4:17: error: ‘height’ was not declared in this scope
4 | cin>>width>>height>>mx>>my;
| ^~~~~~
milkweed.cpp:4:25: error: ‘mx’ was not declared in this scope
4 | cin>>width>>height>>mx>>my;
| ^~
milkweed.cpp:4:29: error: ‘my’ was not declared in this scope
4 | cin>>width>>height>>mx>>my;
| ^~
milkweed.cpp:9:17: error: ‘matrix’ was not declared