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_21601285_5792.cpp:19:1: error: stray '\357' in program
 void solve3(int l, int r, vector<Struct>vec3) {
 ^
0_0_21601285_5792.cpp:19:1: error: stray '\274' in program
0_0_21601285_5792.cpp:19:1: error: stray '\210' in program
0_0_21601285_5792.cpp:19:1: error: stray '\357' in program
0_0_21601285_5792.cpp:19:1: error: stray '\274' in program
0_0_21601285_5792.cpp:19:1: error: stray '\211' in program
0_0_21601285_5792.cpp:1:27: error: 'vector' has not been declared
 void sovle1(int l, int r, vector<Struct>vec1) {
                           ^
0_0_21601285_5792.cpp:1:33: error: expected ',' or '...' before '<' token
 void sovle1(int l, int r, vector<Struct>vec1) {
                                 ^
0_0_21601285_5792.cpp: In function 'void sovle1(int, int, int)':
0_0_21601285_5792.cpp:4:18: error: 'solve1' was not declared in this scope
     solve1(l, mid);
                  ^
0_0_21601285_5792.cpp:7:18: error: 'vec2' was not declared in this scope
     solve2(l, r, vec2);//左半边的更新操作和右半边的询问操作之间有联系
                  ^
0_0_21601285_5792.cpp:7:22: error: 'solve2' was not declared in this scope
     solve2(l, r, vec2);//左半边的更新操作和右半边的询问操作之间有联系
                      ^
0_0_21601285_5792.cpp: At global scope:
0_0_21601285_5792.cpp:9:27: error: 'vector' has not been declared
 void solve2(int l, int r, vector<Struct>vec2) {
                           ^
0_0_21601285_5792.cpp:9:33: error: expected ',' or '...' before '<' token
 void solve2(int l, int r, vector<Struct>vec2) {
                                 ^
0_0_21601285_5792.cpp: In function 'void solve2(int, int, int)':
0_0_21601285_5792.cpp:14:18: error: 'sovle2' was not declared in this scope
     sovle2(l, mid);
                  ^
0_0_21601285_5792.cpp:15:22: error: too few arguments to function 'void solve2(int, int, int)'
     solve2(mid + 1, r);//独立子问题
                      ^
0_0_21601285_5792.cpp:9:6: note: declared here
 void solve2(int l, int r, vector<Struct>vec2) {
      ^
0_0_21601285_5792.cpp:17:18: error: 'vec3' was not declared in this scope
     solve3(l, r, vec3);//
                  ^
0_0_21601285_5792.cpp:17:22: error: 'solve3' was not declared in this scope
     solve3(l, r, vec3);//
                      ^
0_0_21601285_5792.cpp: At global scope:
0_0_21601285_5792.cpp:19:15: error: expected initializer before 'int'
 void solve3(int l, int r, vector<Struct>vec3) {
               ^


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-23 08:00:23, Gzip enabled