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_18307068_9566.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <stdio.h> 
         ^
0_0_18307068_9566.cpp:2:5: error: 'nbsp' declared as reference but not initialized
 int main(){ 
     ^
0_0_18307068_9566.cpp: In function 'int main()':
0_0_18307068_9566.cpp:3:11: error: 'nbsp' declared as reference but not initialized
  int n,u,d; 
           ^
0_0_18307068_9566.cpp:3:16: error: 'n' was not declared in this scope
  int n,u,d; 
                ^
0_0_18307068_9566.cpp:3:18: error: 'u' was not declared in this scope
  int n,u,d; 
                  ^
0_0_18307068_9566.cpp:3:20: error: 'd' was not declared in this scope
  int n,u,d; 
                    ^
0_0_18307068_9566.cpp:4:11: error: redeclaration of 'int& nbsp'
  int k1,k2; 
           ^
0_0_18307068_9566.cpp:3:11: note: 'int& nbsp' previously declared here
  int n,u,d; 
           ^
0_0_18307068_9566.cpp:4:16: error: 'k1' was not declared in this scope
  int k1,k2; 
                ^
0_0_18307068_9566.cpp:4:19: error: 'k2' was not declared in this scope
  int k1,k2; 
                   ^
0_0_18307068_9566.cpp:5:11: error: redeclaration of 'int& nbsp'
  int time;
           ^
0_0_18307068_9566.cpp:3:11: note: 'int& nbsp' previously declared here
  int n,u,d; 
           ^
0_0_18307068_9566.cpp:5:16: error: 'time' was not declared in this scope
  int time;
                ^
0_0_18307068_9566.cpp:7:33: error: 'scanf' was not declared in this scope
  while(scanf("%d %d %d",&n,&u,&d)&&(n!=0||u!=0||d!=0))
                                 ^
0_0_18307068_9566.cpp:12:42: error: 'printf' was not declared in this scope
    time =  time + 1;   printf("%d\n",time);  } 
                                          ^


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-10-05 17:18:58, Gzip enabled