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_38746014_31993.cpp:2:13: error: 'int64_t' does not name a type
    2 | using i64 = int64_t;
      |             ^~~~~~~
0_0_38746014_31993.cpp:2:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
    1 | #include <iostream>
  +++ |+#include <cstdint>
    2 | using i64 = int64_t;
0_0_38746014_31993.cpp:3:13: error: 'uint32_t' does not name a type
    3 | using u32 = uint32_t;
      |             ^~~~~~~~
0_0_38746014_31993.cpp:3:13: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
0_0_38746014_31993.cpp:4:13: error: 'uint64_t' does not name a type
    4 | using u64 = uint64_t;
      |             ^~~~~~~~
0_0_38746014_31993.cpp:4:13: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?


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-07-05 12:13:00, Gzip enabled