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_39470938_18990.cpp: In function 'int main()':
0_0_39470938_18990.cpp:56:9: error: 'random_device' was not declared in this scope
   56 |         random_device rd;
      |         ^~~~~~~~~~~~~
0_0_39470938_18990.cpp:57:27: error: 'rd' was not declared in this scope; did you mean 'id'?
   57 |         unsigned int seed=rd();
      |                           ^~
      |                           id
0_0_39470938_18990.cpp:58:9: error: 'mt19937' was not declared in this scope
   58 |         mt19937 engine(seed);
      |         ^~~~~~~
0_0_39470938_18990.cpp:63:45: error: 'engine' was not declared in this scope; did you mean 'inline'?
   63 |                 for(int i=1;i<=d;++i) gv[i]=engine();
      |                                             ^~~~~~
      |                                             inline


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-09-20 20:20:21, Gzip enabled