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_37235286_23032.cpp: In function 'int main()':
0_0_37235286_23032.cpp:37:27: error: expected unqualified-id before '[' token
                 for(auto& [_, aa, bb]: v[i - 1][j]) {
                           ^
0_0_37235286_23032.cpp:37:27: error: expected ';' before '[' token
0_0_37235286_23032.cpp:37:28: error: '_' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i - 1][j]) {
                            ^
0_0_37235286_23032.cpp:37:31: error: 'aa' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i - 1][j]) {
                               ^
0_0_37235286_23032.cpp:37:35: error: 'bb' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i - 1][j]) {
                                   ^
0_0_37235286_23032.cpp: In lambda function:
0_0_37235286_23032.cpp:37:38: error: expected '{' before ':' token
                 for(auto& [_, aa, bb]: v[i - 1][j]) {
                                      ^
0_0_37235286_23032.cpp: In function 'int main()':
0_0_37235286_23032.cpp:37:38: error: expected ';' before ':' token
0_0_37235286_23032.cpp:37:38: error: expected primary-expression before ':' token
0_0_37235286_23032.cpp:37:38: error: expected ')' before ':' token
0_0_37235286_23032.cpp:37:38: error: expected primary-expression before ':' token
0_0_37235286_23032.cpp:40:27: error: expected unqualified-id before '[' token
                 for(auto& [_, aa, bb]: v[i][j - 1]) {
                           ^
0_0_37235286_23032.cpp:40:27: error: expected ';' before '[' token
0_0_37235286_23032.cpp:40:28: error: '_' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i][j - 1]) {
                            ^
0_0_37235286_23032.cpp:40:31: error: 'aa' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i][j - 1]) {
                               ^
0_0_37235286_23032.cpp:40:35: error: 'bb' was not declared in this scope
                 for(auto& [_, aa, bb]: v[i][j - 1]) {
                                   ^
0_0_37235286_23032.cpp: In lambda function:
0_0_37235286_23032.cpp:40:38: error: expected '{' before ':' token
                 for(auto& [_, aa, bb]: v[i][j - 1]) {
                                      ^
0_0_37235286_23032.cpp: In function 'int main()':
0_0_37235286_23032.cpp:40:38: error: expected ';' before ':' token
0_0_37235286_23032.cpp:40:38: error: expected primary-expression before ':' token
0_0_37235286_23032.cpp:40:38: error: expected ')' before ':' token
0_0_37235286_23032.cpp:40:38: error: expected primary-expression before ':' token
0_0_37235286_23032.cpp:43:36: error: 'rbegin' was not declared in this scope
                 sort(rbegin(v[i][j]), rend(v[i][j]));
                                    ^
0_0_37235286_23032.cpp:43:51: error: 'rend' was not declared in this scope
                 sort(rbegin(v[i][j]), rend(v[i][j]));
                                                   ^


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-28 22:41:31, Gzip enabled