Problem ljubomora
User Rolo
Submission Time 2024-03-19 13:06:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp:4:7: error: expected unqualified-id before ‘int’
4 | int n,int m;
| ^~~
ljubomora.cpp: In function ‘bool f(int)’:
ljubomora.cpp:8:11: error: ‘m’ was not declared in this scope
8 | int k = (m+ e*(m%e!=0))/e;
| ^
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:14:14: error: ‘m’ was not declared in this scope
14 | cin >> n >> m;
| ^