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_36593706_17086.cpp: In function 'void dfs(int, int)':
0_0_36593706_17086.cpp:50:5: error: 'i64' was not declared in this scope
     i64 tmp = inf;
     ^
0_0_36593706_17086.cpp:54:7: error: 'tmp' was not declared in this scope
       tmp=min(tmp,f[x][i][j-k]+f[y][i][k]);
       ^
0_0_36593706_17086.cpp:56:7: error: 'tmp' was not declared in this scope
       tmp=min(tmp,f[x][i][j-k]+min(f[y][i][k],best[y][k]));
       ^
0_0_36593706_17086.cpp:58:18: error: 'tmp' was not declared in this scope
     f[x][i][j] = tmp;
                  ^


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-26 12:11:23, Gzip enabled