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_31659505_28279.cpp: In function 'int main()':
0_0_31659505_28279.cpp:29:22: error: expected initializer before '++' token
                 int A++;
                      ^
0_0_31659505_28279.cpp:31:22: error: expected initializer before '++' token
                 int B++;
                      ^
0_0_31659505_28279.cpp:33:22: error: expected initializer before '++' token
                 int C++;
                      ^
0_0_31659505_28279.cpp:35:22: error: expected initializer before '++' token
                 int D++;
                      ^
0_0_31659505_28279.cpp:37:22: error: expected initializer before '++' token
                 int E++;
                      ^
0_0_31659505_28279.cpp:39:22: error: expected initializer before '++' token
                 int F++;
                      ^
0_0_31659505_28279.cpp:41:22: error: expected initializer before '++' token
                 int G++;
                      ^
0_0_31659505_28279.cpp:43:22: error: expected initializer before '++' token
                 int H++;
                      ^
0_0_31659505_28279.cpp:45:22: error: expected initializer before '++' token
                 int I++;
                      ^
0_0_31659505_28279.cpp:47:22: error: expected initializer before '++' token
                 int J++;
                      ^
0_0_31659505_28279.cpp:49:22: error: expected initializer before '++' token
                 int K++;
                      ^
0_0_31659505_28279.cpp:51:22: error: expected initializer before '++' token
                 int I++;
                      ^
0_0_31659505_28279.cpp:53:22: error: expected initializer before '++' token
                 int M++;
                      ^
0_0_31659505_28279.cpp:55:22: error: expected initializer before '++' token
                 int N++;
                      ^
0_0_31659505_28279.cpp:57:22: error: expected initializer before '++' token
                 int O++;
                      ^
0_0_31659505_28279.cpp:59:22: error: expected initializer before '++' token
                 int P++;
                      ^
0_0_31659505_28279.cpp:61:22: error: expected initializer before '++' token
                 int Q++;
                      ^
0_0_31659505_28279.cpp:63:22: error: expected initializer before '++' token
                 int R++;
                      ^
0_0_31659505_28279.cpp:65:22: error: expected initializer before '++' token
                 int S++;
                      ^
0_0_31659505_28279.cpp:67:22: error: expected initializer before '++' token
                 int T++;
                      ^
0_0_31659505_28279.cpp:69:22: error: expected initializer before '++' token
                 int U++;
                      ^
0_0_31659505_28279.cpp:71:22: error: expected initializer before '++' token
                 int V++;
                      ^
0_0_31659505_28279.cpp:73:22: error: expected initializer before '++' token
                 int W++;
                      ^
0_0_31659505_28279.cpp:75:22: error: expected initializer before '++' token
                 int X++;
                      ^
0_0_31659505_28279.cpp:77:22: error: expected initializer before '++' token
                 int Y++;
                      ^
0_0_31659505_28279.cpp:79:22: error: expected initializer before '++' token
                 int Z++;
                      ^
0_0_31659505_28279.cpp:81:21: error: 'A' was not declared in this scope
         cout<<"a:"<<A<<endl;
                     ^
0_0_31659505_28279.cpp:82:21: error: 'B' was not declared in this scope
         cout<<"b:"<<B<<endl;
                     ^
0_0_31659505_28279.cpp:83:21: error: 'C' was not declared in this scope
         cout<<"c:"<<C<<endl;
                     ^
0_0_31659505_28279.cpp:84:21: error: 'D' was not declared in this scope
         cout<<"d:"<<D<<endl;
                     ^
0_0_31659505_28279.cpp:85:21: error: 'E' was not declared in this scope
         cout<<"e:"<<E<<endl;
                     ^
0_0_31659505_28279.cpp:86:21: error: 'F' was not declared in this scope
         cout<<"f:"<<F<<endl;
                     ^
0_0_31659505_28279.cpp:87:21: error: 'G' was not declared in this scope
         cout<<"g:"<<G<<endl;
                     ^
0_0_31659505_28279.cpp:88:21: error: 'H' was not declared in this scope
         cout<<"h:"<<H<<endl;
                     ^
0_0_31659505_28279.cpp:89:21: error: 'I' was not declared in this scope
         cout<<"i:"<<I<<endl;
                     ^
0_0_31659505_28279.cpp:90:21: error: 'J' was not declared in this scope
         cout<<"j:"<<J<<endl;
                     ^
0_0_31659505_28279.cpp:91:21: error: 'K' was not declared in this scope
         cout<<"k:"<<K<<endl;
                     ^
0_0_31659505_28279.cpp:92:21: error: 'L' was not declared in this scope
         cout<<"l:"<<L<<endl;
                     ^
0_0_31659505_28279.cpp:93:21: error: 'M' was not declared in this scope
         cout<<"m:"<<M<<endl;
                     ^
0_0_31659505_28279.cpp:94:21: error: 'N' was not declared in this scope
         cout<<"n:"<<N<<endl;
                     ^
0_0_31659505_28279.cpp:95:21: error: 'O' was not declared in this scope
         cout<<"o:"<<O<<endl;
                     ^
0_0_31659505_28279.cpp:96:21: error: 'P' was not declared in this scope
         cout<<"p:"<<P<<endl;
                     ^
0_0_31659505_28279.cpp:97:21: error: 'Q' was not declared in this scope
         cout<<"q:"<<Q<<endl;
                     ^
0_0_31659505_28279.cpp:98:21: error: 'R' was not declared in this scope
         cout<<"r:"<<R<<endl;
                     ^
0_0_31659505_28279.cpp:99:21: error: 'S' was not declared in this scope
         cout<<"s:"<<S<<endl;
                     ^
0_0_31659505_28279.cpp:100:21: error: 'T' was not declared in this scope
         cout<<"t:"<<T<<endl;
                     ^
0_0_31659505_28279.cpp:101:21: error: 'U' was not declared in this scope
         cout<<"u:"<<U<<endl;
                     ^
0_0_31659505_28279.cpp:102:21: error: 'V' was not declared in this scope
         cout<<"v:"<<V<<endl;
                     ^
0_0_31659505_28279.cpp:103:21: error: 'W' was not declared in this scope
         cout<<"w:"<<W<<endl;
                     ^
0_0_31659505_28279.cpp:104:21: error: 'X' was not declared in this scope
         cout<<"x:"<<X<<endl;
                     ^
0_0_31659505_28279.cpp:105:21: error: 'Y' was not declared in this scope
         cout<<"y:"<<Y<<endl;
                     ^
0_0_31659505_28279.cpp:106:21: error: 'Z' was not declared in this scope
         cout<<"z:"<<Z<<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-12-05 19:34:23, Gzip enabled