F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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;
      |       ^~


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-29 21:24:09, Gzip enabled