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_36395293_23856.cpp:1:1: error: stray '\357' in program
 ï»?include<bits/stdc++.h>
 ^
0_0_36395293_23856.cpp:1:1: error: stray '\273' in program
0_0_36395293_23856.cpp:1:3: error: expected unqualified-id before '?' token
 ï»?include<bits/stdc++.h>
   ^
0_0_36395293_23856.cpp:7:1: error: 'vector' does not name a type
 vector<int>e[N];
 ^
0_0_36395293_23856.cpp: In function 'int query(int, int, int, int, int, int)':
0_0_36395293_23856.cpp:45:85: error: 'min' was not declared in this scope
   else return min(query(f, ls, l, mid, L, mid), query(f, rs, mid + 1, r, mid + 1, R));
                                                                                     ^
0_0_36395293_23856.cpp: In function 'int main()':
0_0_36395293_23856.cpp:50:16: error: 'scanf' was not declared in this scope
  scanf("%d", &T);
                ^
0_0_36395293_23856.cpp:54:31: error: 'e' was not declared in this scope
   for (int i = 1; i <= n; ++i)e[i].clear();
                               ^
0_0_36395293_23856.cpp:62:4: error: 'e' was not declared in this scope
    e[x].push_back(y);
    ^
0_0_36395293_23856.cpp:68:9: error: 'e' was not declared in this scope
    sort(e[x].begin(), e[x].end());
         ^
0_0_36395293_23856.cpp:68:33: error: 'sort' was not declared in this scope
    sort(e[x].begin(), e[x].end());
                                 ^
0_0_36395293_23856.cpp:83:23: error: 'printf' was not declared in this scope
   printf("%lld\n", ans);
                       ^


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-24 17:03:04, Gzip enabled