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_39045802_6951.cpp: In function 'int main()':
0_0_39045802_6951.cpp:23:21: error: 'INT32_MAX' was not declared in this scope
   23 |             dp[i] = INT32_MAX;
      |                     ^~~~~~~~~
0_0_39045802_6951.cpp:5:1: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
    4 | #include <algorithm>
  +++ |+#include <cstdint>
    5 | 
0_0_39045802_6951.cpp:40:37: error: 'INT32_MAX' was not declared in this scope
   40 |                 if (dp[j - w[i]] == INT32_MAX)
      |                                     ^~~~~~~~~
0_0_39045802_6951.cpp:40:37: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
0_0_39045802_6951.cpp:48:24: error: 'INT32_MAX' was not declared in this scope
   48 |         if (dp[bag] == INT32_MAX)
      |                        ^~~~~~~~~
0_0_39045802_6951.cpp:48:24: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-11 00:16:20, Gzip enabled