/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int solve_frog_jumping(ll, int, int, int, std::vector<long long int>&)':
/in/foo.cc:17:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 1; i < stones.size(); i++) {
                     ~~^~~~~~~~~~~~~~~
/in/foo.cc:34:23: error: 'INT_MAX' was not declared in this scope
     vector<int> dp(N, INT_MAX);
                       ^~~~~~~

信息

递交者
类型
递交
题目
P1002 过河
语言
C++
递交时间
2024-12-30 21:16:27
评测时间
2024-12-30 21:16:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes