Problem milkweed
User Kiameimon
Submission Time 2023-12-25 02:09:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

milkweed.cpp: In function ‘long long int extgcd(long long int, long long int, long long int&, long long int&)’:
milkweed.cpp:14:5: error: ‘ll’ was not declared in this scope
14 | ll d = extgcd(b, a%b, y, x);
| ^~
milkweed.cpp:15:24: error: ‘d’ was not declared in this scope
15 | return y -= a/b*x, d;
| ^