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_17158927_1017.cpp:8:2: error: stray '\' in program
  char yuan[6]=\"aeiou\";
  ^
0_0_17158927_1017.cpp:8:2: error: missing terminating " character
0_0_17158927_1017.cpp:23:4: error: stray '\' in program
    cout<<yuan[j]<<\":\"<<s[j]<<endl;
    ^
0_0_17158927_1017.cpp:23:4: error: missing terminating " character
0_0_17158927_1017.cpp: In function 'int main()':
0_0_17158927_1017.cpp:9:2: error: expected primary-expression before 'int'
  int i,j,n,m;
  ^
0_0_17158927_1017.cpp:10:7: error: 'n' was not declared in this scope
  cin>>n;
       ^
0_0_17158927_1017.cpp:16:3: error: 'm' was not declared in this scope
   m=strlen(str);
   ^
0_0_17158927_1017.cpp:16:15: error: 'strlen' was not declared in this scope
   m=strlen(str);
               ^
0_0_17158927_1017.cpp:17:7: error: 'i' was not declared in this scope
   for(i=0;i<m;i++){
       ^
0_0_17158927_1017.cpp:18:8: error: 'j' was not declared in this scope
    for(j=0;j<5;j++){
        ^
0_0_17158927_1017.cpp:22:7: error: 'j' was not declared in this scope
   for(j=0;j<5;j++){
       ^
0_0_17158927_1017.cpp:24:3: error: expected primary-expression 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-12-04 11:55:29, Gzip enabled