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_38692184_26801.cpp:13:26: error: stray '#' in program
   13 |                         }#include <bits/stdc++.h>
      |                          ^
0_0_38692184_26801.cpp: In function 'int main()':
0_0_38692184_26801.cpp:13:36: error: 'bits' was not declared in this scope
   13 |                         }#include <bits/stdc++.h>
      |                                    ^~~~
0_0_38692184_26801.cpp:13:41: error: 'stdc' was not declared in this scope; did you mean 'std'?
   13 |                         }#include <bits/stdc++.h>
      |                                         ^~~~
      |                                         std
0_0_38692184_26801.cpp:13:27: error: 'include' was not declared in this scope
   13 |                         }#include <bits/stdc++.h>
      |                           ^~~~~~~
0_0_38692184_26801.cpp:18:25: error: expected primary-expression before 'using'
   18 |                         using namespace std;
      |                         ^~~~~
0_0_38692184_26801.cpp:26:58: error: a function-definition is not allowed here before '{' token
   26 |                         inline Tree up(Tree ls, Tree rs) {
      |                                                          ^
0_0_38692184_26801.cpp:37:66: error: a function-definition is not allowed here before '{' token
   37 |                         inline void down(int node, int L, int R) {
      |                                                                  ^
0_0_38692184_26801.cpp:61:67: error: a function-definition is not allowed here before '{' token
   61 |                         inline void build(int node, int L, int R) {
      |                                                                   ^
0_0_38692184_26801.cpp:77:89: error: a function-definition is not allowed here before '{' token
   77 |                         inline void change(int node, int l, int r, int L, int R, int k) {
      |                                                                                         ^
0_0_38692184_26801.cpp:119:81: error: a function-definition is not allowed here before '{' token
  119 |                         inline Tree query(int node, int l, int r, int L, int R) {
      |                                                                                 ^
0_0_38692184_26801.cpp:128:36: error: a function-definition is not allowed here before '{' token
  128 |                         int main() {
      |                                    ^


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-09-28 12:20:56, Gzip enabled