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_39260459_7138.cpp:4:1: error: 'define' does not name a type
    4 | define long long ll;
      | ^~~~~~
0_0_39260459_7138.cpp:6:1: error: 'll' does not name a type
    6 | ll ans,n;
      | ^~
0_0_39260459_7138.cpp:8:6: error: variable or field 'dfs' declared void
    8 | void dfs(ll pos,ll pre){
      |      ^~~
0_0_39260459_7138.cpp:8:10: error: 'll' was not declared in this scope
    8 | void dfs(ll pos,ll pre){
      |          ^~
0_0_39260459_7138.cpp:8:17: error: 'll' was not declared in this scope
    8 | void dfs(ll pos,ll pre){
      |                 ^~
0_0_39260459_7138.cpp: In function 'int main()':
0_0_39260459_7138.cpp:31:14: error: 'n' was not declared in this scope
   31 |         cin>>n;
      |              ^
0_0_39260459_7138.cpp:32:9: error: 'ans' was not declared in this scope; did you mean 'abs'?
   32 |         ans = inf;
      |         ^~~
      |         abs
0_0_39260459_7138.cpp:33:9: error: 'dfs' was not declared in this scope
   33 |         dfs(1,0);
      |         ^~~


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 11:15:03, Gzip enabled