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_38242141_1722.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_38242141_1722.cpp: In function 'int main()':
0_0_38242141_1722.cpp:10:1: error: 'cin' was not declared in this scope
 cin>>t;
 ^
0_0_38242141_1722.cpp:12:1: error: 'string' was not declared in this scope
 string a;
 ^
0_0_38242141_1722.cpp:19:13: error: 'a' was not declared in this scope
 getline(cin,a);
             ^
0_0_38242141_1722.cpp:19:14: error: 'getline' was not declared in this scope
 getline(cin,a);
              ^
0_0_38242141_1722.cpp:21:13: error: expected primary-expression before ';' token
 int count = ;
             ^
0_0_38242141_1722.cpp:23:13: error: expected primary-expression before ';' token
 for(int i = ;a[i]!='\0';i++)
             ^
0_0_38242141_1722.cpp:26:10: error: expected primary-expression before '||' token
 if(a[i]< || a[i]>)
          ^
0_0_38242141_1722.cpp:26:18: error: expected primary-expression before ')' token
 if(a[i]< || a[i]>)
                  ^
0_0_38242141_1722.cpp:32:1: error: 'cout' was not declared in this scope
 cout<
 ^
0_0_38242141_1722.cpp:34:1: error: expected primary-expression before '}' token
 }
 ^
0_0_38242141_1722.cpp:36:1: error: return-statement with no value, in function returning 'int' [-fpermissive]
 return ;
 ^


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-29 19:56:44, Gzip enabled