Home STD Contest Notification Clarification Problems Ranklist Status Print Sign Out

View Compilation Error

1_858_231_7531.cpp:2:13: error: expected unqualified-id before 'for'
             for(int i = 0; i < a.size(); ++i){
             ^
1_858_231_7531.cpp:2:28: error: 'i' does not name a type
             for(int i = 0; i < a.size(); ++i){
                            ^
1_858_231_7531.cpp:2:42: error: expected unqualified-id before '++' token
             for(int i = 0; i < a.size(); ++i){
                                          ^
1_858_231_7531.cpp:6:13: error: expected unqualified-id before 'for'
             for(int i = 0; i < 26; ++i){
             ^
1_858_231_7531.cpp:6:28: error: 'i' does not name a type
             for(int i = 0; i < 26; ++i){
                            ^
1_858_231_7531.cpp:6:36: error: expected unqualified-id before '++' token
             for(int i = 0; i < 26; ++i){
                                    ^


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-07-03 12:45:44, Gzip enabled