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_33895456_9301.c:3:1: error: unknown type name 'using'
 using namespace std;
 ^
0_0_33895456_9301.c:3:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^
0_0_33895456_9301.c: In function 'main':
0_0_33895456_9301.c:15:8: error: 'cin' undeclared (first use in this function)
  while(cin>>n>>a>>b)
        ^
0_0_33895456_9301.c:15:8: note: each undeclared identifier is reported only once for each function it appears in
0_0_33895456_9301.c:17:11: error: 'cout' undeclared (first use in this function)
  if(n==1) cout<<a;
           ^
0_0_33895456_9301.c:43:10: error: 'endl' undeclared (first use in this function)
    cout<<endl;
          ^


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