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_35965190_27405.cpp:4:10: error: 'n' was not declared in this scope
 string a[n];
          ^
0_0_35965190_27405.cpp:5:7: error: 'n' was not declared in this scope
 int c[n];
       ^
0_0_35965190_27405.cpp: In function 'int main()':
0_0_35965190_27405.cpp:21:8: error: 'a' was not declared in this scope
   cin>>a[0];
        ^
0_0_35965190_27405.cpp:25:21: error: 'c' was not declared in this scope
    if(a[i]==a[i-1]) c[i]=0;
                     ^
0_0_35965190_27405.cpp:26:9: error: 'c' was not declared in this scope
    else c[i]=1;
         ^
0_0_35965190_27405.cpp:31:8: error: 'c' was not declared in this scope
    if (c[i]==0) continue;
        ^
0_0_35965190_27405.cpp:33:11: error: 'c' was not declared in this scope
    while (c[i]==1)
           ^


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-01 03:29:28, Gzip enabled