0_0_39253278_27743.cpp:10:10: error: 'll' does not name a type
10 | inline ll read(ll x = 0, bool f = true) {
| ^~
0_0_39253278_27743.cpp:22:7: error: 'ld' does not name a type; did you mean 'rd'?
22 | const ld eps = 1e-7;
| ^~
| rd
0_0_39253278_27743.cpp: In function 'void solve()':
0_0_39253278_27743.cpp:25:3: error: 'll' was not declared in this scope
25 | ll n = rd, m = rd, d = rd;
| ^~
0_0_39253278_27743.cpp:26:6: error: 'm' was not declared in this scope; did you mean 'tm'?
26 | if(m / n + (m % n >= 1) >= d) cout << "Yes" << '\n';
| ^
| tm
0_0_39253278_27743.cpp:26:10: error: 'n' was not declared in this scope
26 | if(m / n + (m % n >= 1) >= d) cout << "Yes" << '\n';
| ^
0_0_39253278_27743.cpp:26:30: error: 'd' was not declared in this scope; did you mean 'rd'?
26 | if(m / n + (m % n >= 1) >= d) cout << "Yes" << '\n';
| ^
| rd
0_0_39253278_27743.cpp: In function 'int main()':
0_0_39253278_27743.cpp:19:20: error: 'read' is not a member of 'fastio'
19 | #define rd fastio::read()
| ^~~~
0_0_39253278_27743.cpp:33:7: note: in expansion of macro 'rd'
33 | t = rd;
| ^~
|