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_39615615_23130.cpp: In function 'void solve()':
0_0_39615615_23130.cpp:7:5: error: 'cin' was not declared in this scope
    7 |     cin >> n >> m;
      |     ^~~
0_0_39615615_23130.cpp:10:5: error: 'vector' was not declared in this scope
   10 |     vector<int> dp(m + 1, -1);
      |     ^~~~~~
0_0_39615615_23130.cpp:10:12: error: expected primary-expression before 'int'
   10 |     vector<int> dp(m + 1, -1);
      |            ^~~
0_0_39615615_23130.cpp:11:5: error: 'dp' was not declared in this scope
   11 |     dp[1] = m;
      |     ^~
0_0_39615615_23130.cpp:13:16: error: expected primary-expression before 'int'
   13 |         vector<int> ndp(m + 1, -1);
      |                ^~~
0_0_39615615_23130.cpp:16:25: error: 'max' was not declared in this scope
   16 |                 int L = max(l[i], j);
      |                         ^~~
0_0_39615615_23130.cpp:17:25: error: 'min' was not declared in this scope
   17 |                 int R = min(r[i], dp[j]);
      |                         ^~~
0_0_39615615_23130.cpp:19:21: error: 'ndp' was not declared in this scope
   19 |                     ndp[L] = max(ndp[L], R - t[i]);// È¡×îÓÅ
      |                     ^~~
0_0_39615615_23130.cpp:24:14: error: 'ndp' was not declared in this scope
   24 |         dp = ndp;
      |              ^~~
0_0_39615615_23130.cpp:27:36: error: 'cout' was not declared in this scope
   27 |         if (dp[i] >= i - 1) return cout << "YES\n", void();
      |                                    ^~~~
0_0_39615615_23130.cpp:28:5: error: 'cout' was not declared in this scope
   28 |     cout << "NO\n";
      |     ^~~~


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 06:08:57, Gzip enabled