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

Compile Error

milkweed.cpp: In function ‘int main()’:
milkweed.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
milkweed.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~
milkweed.cpp:5:12: error: ‘x’ was not declared in this scope
5 | cin >> x >> y >> mx >> my;
| ^
milkweed.cpp:5:17: error: ‘y’ was not declared in this scope
5 | cin >> x >> y >> mx >> my;
| ^
milkweed.cpp:5:22: error: ‘mx’ was not declared in this scope
5 | cin >> x >> y >> mx >> my;
| ^~
milkweed.cpp:5:28: error: ‘my’ was not declared in this scope
5 | cin >> x >> y >> mx >> my;
| ^~
milkweed.cpp:8:5: error: ‘g’ was not declared in this scope