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_35701172_17342.cpp:3:2: error: invalid preprocessing directive #inlcude
 #inlcude<vector>
  ^
0_0_35701172_17342.cpp:4:2: error: invalid preprocessing directive #inlcude
 #inlcude<stdio.h>
  ^
0_0_35701172_17342.cpp:10:1: error: 'into' was not declared in this scope
 into n,m;
 ^
0_0_35701172_17342.cpp:10:6: error: expected '}' before 'n'
 into n,m;
      ^
0_0_35701172_17342.cpp:10:6: error: expected ',' or ';' before 'n'
0_0_35701172_17342.cpp:11:15: error: 'into' does not name a type
 vector<int> a;into t;cin>>n,m;
               ^
0_0_35701172_17342.cpp:11:22: error: 'cin' does not name a type
 vector<int> a;into t;cin>>n,m;
                      ^
0_0_35701172_17342.cpp:12:1: error: expected unqualified-id before 'for'
 for(int i=1;i<=n;i++)
 ^
0_0_35701172_17342.cpp:12:13: error: 'i' does not name a type
 for(int i=1;i<=n;i++)
             ^
0_0_35701172_17342.cpp:12:18: error: 'i' does not name a type
 for(int i=1;i<=n;i++)
                  ^
0_0_35701172_17342.cpp:15:5: error: expected constructor, destructor, or type conversion before '(' token
 sort(a.begin(),a.end(),cmp);
     ^
0_0_35701172_17342.cpp:16:1: error: 'cout' does not name a type
 cout<<a[0];
 ^
0_0_35701172_17342.cpp:17:1: error: expected unqualified-id before 'for'
 for(int i=1;i<m;i++)
 ^
0_0_35701172_17342.cpp:17:13: error: 'i' does not name a type
 for(int i=1;i<m;i++)
             ^
0_0_35701172_17342.cpp:17:17: error: 'i' does not name a type
 for(int i=1;i<m;i++)
                 ^
0_0_35701172_17342.cpp:20:1: error: 'cout' does not name a type
 cout<<endl;
 ^
0_0_35701172_17342.cpp:21:1: error: expected declaration before '}' token
 }
 ^


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-07-03 19:07:38, Gzip enabled