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_39810598_15888.cpp: In function 'int main()':
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
    4 | #define inf INT32_MAX
      |             ^~~~~~~~~
0_0_39810598_15888.cpp:12:21: note: in expansion of macro 'inf'
   12 |             Dist[i]=inf;
      |                     ^~~
0_0_39810598_15888.cpp:3:1: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
    2 | #include <cmath>
  +++ |+#include <cstdint>
    3 | using namespace std;
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
    4 | #define inf INT32_MAX
      |             ^~~~~~~~~
0_0_39810598_15888.cpp:26:17: note: in expansion of macro 'inf'
   26 |             Min=inf;
      |                 ^~~
0_0_39810598_15888.cpp:4:13: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
    4 | #define inf INT32_MAX
      |             ^~~~~~~~~
0_0_39810598_15888.cpp:26:17: note: in expansion of macro 'inf'
   26 |             Min=inf;
      |                 ^~~
0_0_39810598_15888.cpp:4:13: error: 'INT32_MAX' was not declared in this scope
    4 | #define inf INT32_MAX
      |             ^~~~~~~~~
0_0_39810598_15888.cpp:46:26: note: in expansion of macro 'inf'
   46 |         if(Dist[target]==inf) cout<<-1<<endl;
      |                          ^~~
0_0_39810598_15888.cpp:4:13: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
    4 | #define inf INT32_MAX
      |             ^~~~~~~~~
0_0_39810598_15888.cpp:46:26: note: in expansion of macro 'inf'
   46 |         if(Dist[target]==inf) cout<<-1<<endl;
      |                          ^~~


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-25 13:11:07, Gzip enabled