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_38663809_13061.cpp: In function 'void solve()':
0_0_38663809_13061.cpp:60:10: error: 'cin' is not a member of 'std'
   60 |     std::cin >> n >> m >> Max_level >> P;
      |          ^~~
0_0_38663809_13061.cpp:4:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
    3 | #include<algorithm>
  +++ |+#include <iostream>
    4 | #define int long long
0_0_38663809_13061.cpp:63:38: error: 'cin' is not a member of 'std'
   63 |     for(int i = 1; i <= n; ++i) std::cin >> a[i];
      |                                      ^~~
0_0_38663809_13061.cpp:63:38: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
0_0_38663809_13061.cpp:64:38: error: 'cin' is not a member of 'std'
   64 |     for(int i = 1; i <= m; ++i) std::cin >> v[i];
      |                                      ^~~
0_0_38663809_13061.cpp:64:38: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
0_0_38663809_13061.cpp:65:10: error: 'cout' is not a member of 'std'
   65 |     std::cout << calc(1, n, 0) << '\n';
      |          ^~~~
0_0_38663809_13061.cpp:65:10: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
0_0_38663809_13061.cpp: In function 'int main()':
0_0_38663809_13061.cpp:69:10: error: 'std::ios' has not been declared
   69 |     std::ios::sync_with_stdio(false);
      |          ^~~
0_0_38663809_13061.cpp:70:10: error: 'cin' is not a member of 'std'
   70 |     std::cin.tie(nullptr);
      |          ^~~
0_0_38663809_13061.cpp:70:10: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
0_0_38663809_13061.cpp:72:10: error: 'cin' is not a member of 'std'
   72 |     std::cin >> T;
      |          ^~~
0_0_38663809_13061.cpp:72:10: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?


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 21:36:32, Gzip enabled