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_39643606_8217.cpp:12:6: error: variable or field 'insert' declared void
   12 | void insert(string &s, int le) {
      |      ^~~~~~
0_0_39643606_8217.cpp:12:13: error: 'string' was not declared in this scope
   12 | void insert(string &s, int le) {
      |             ^~~~~~
0_0_39643606_8217.cpp:12:21: error: 's' was not declared in this scope
   12 | void insert(string &s, int le) {
      |                     ^
0_0_39643606_8217.cpp:12:24: error: expected primary-expression before 'int'
   12 | void insert(string &s, int le) {
      |                        ^~~
0_0_39643606_8217.cpp: In function 'void build()':
0_0_39643606_8217.cpp:26:5: error: 'queue' was not declared in this scope
   26 |     queue<int> q;
      |     ^~~~~
0_0_39643606_8217.cpp:26:11: error: expected primary-expression before 'int'
   26 |     queue<int> q;
      |           ^~~
0_0_39643606_8217.cpp:30:13: error: 'q' was not declared in this scope
   30 |             q.push(ch[0][i]);
      |             ^
0_0_39643606_8217.cpp:33:13: error: 'q' was not declared in this scope
   33 |     while (!q.empty()) {
      |             ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-10 22:34:27, Gzip enabled