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_39248994_14252.cpp: In function 'int main()':
0_0_39248994_14252.cpp:17:22: error: expected identifier before numeric constant
   17 |                 char[0] = s[0];
      |                      ^
0_0_39248994_14252.cpp:17:22: error: expected ']' before numeric constant
   17 |                 char[0] = s[0];
      |                      ^
      |                      ]
0_0_39248994_14252.cpp:17:21: error: structured binding declaration cannot have type 'char'
   17 |                 char[0] = s[0];
      |                     ^
0_0_39248994_14252.cpp:17:21: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
0_0_39248994_14252.cpp:17:21: error: empty structured binding declaration
0_0_39248994_14252.cpp:18:22: error: expected identifier before numeric constant
   18 |                 char[1] = s[1];
      |                      ^
0_0_39248994_14252.cpp:18:22: error: expected ']' before numeric constant
   18 |                 char[1] = s[1];
      |                      ^
      |                      ]
0_0_39248994_14252.cpp:18:21: error: structured binding declaration cannot have type 'char'
   18 |                 char[1] = s[1];
      |                     ^
0_0_39248994_14252.cpp:18:21: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
0_0_39248994_14252.cpp:18:21: error: empty structured binding declaration
0_0_39248994_14252.cpp:19:22: error: expected identifier before numeric constant
   19 |                 char[2] = s[2];
      |                      ^
0_0_39248994_14252.cpp:19:22: error: expected ']' before numeric constant
   19 |                 char[2] = s[2];
      |                      ^
      |                      ]
0_0_39248994_14252.cpp:19:21: error: structured binding declaration cannot have type 'char'
   19 |                 char[2] = s[2];
      |                     ^
0_0_39248994_14252.cpp:19:21: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
0_0_39248994_14252.cpp:19:21: error: empty structured binding declaration


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 13:31:35, Gzip enabled