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_38276368_4698.cpp: In function 'void init()':
0_0_38276368_4698.cpp:33:10: error: expected unqualified-id before '[' token
    auto& [cnt, sum1, sum2] = dp[1][i][i % 7][i % 7];
          ^
0_0_38276368_4698.cpp:33:10: error: expected initializer before '[' token
0_0_38276368_4698.cpp:34:4: error: 'cnt' was not declared in this scope
    cnt++, sum1 += i, sum2 += i * i;
    ^
0_0_38276368_4698.cpp:34:11: error: 'sum1' was not declared in this scope
    cnt++, sum1 += i, sum2 += i * i;
           ^
0_0_38276368_4698.cpp:34:22: error: 'sum2' was not declared in this scope
    cnt++, sum1 += i, sum2 += i * 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-11-22 13:08:24, Gzip enabled