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_38837851_29247.cpp: In function 'void solve()':
0_0_38837851_29247.cpp:7:9: error: 'scanf' was not declared in this scope
    7 |         scanf("%d", &s[i]), dp[i] = pre[i] = 0;
      |         ^~~~~
0_0_38837851_29247.cpp:12:15: error: 'inf' was not declared in this scope; did you mean 'int'?
   12 |         tt = -inf;
      |               ^~~
      |               int
0_0_38837851_29247.cpp:15:21: error: 'max' was not declared in this scope
   15 |             dp[j] = max(dp[j - 1], pre[j - 1]) + s[j];
      |                     ^~~
0_0_38837851_29247.cpp:20:5: error: 'cout' was not declared in this scope
   20 |     cout << tt << '\n';
      |     ^~~~
0_0_38837851_29247.cpp: In function 'int main()':
0_0_38837851_29247.cpp:24:13: error: 'scanf' was not declared in this scope
   24 |     while (~scanf("%d %d", &m, &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-11-16 15:42:19, Gzip enabled