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_36000856_6182.cpp:4:1: error: 'll' does not name a type
 ll f[N][2],a[N];
 ^
0_0_36000856_6182.cpp:5:1: error: 'll' does not name a type
 ll dfs(int pos,bool limit,bool last)
 ^
0_0_36000856_6182.cpp: In function 'int solve(int)':
0_0_36000856_6182.cpp:24:3: error: 'a' was not declared in this scope
   a[len++]=n%10;
   ^
0_0_36000856_6182.cpp:27:22: error: 'dfs' was not declared in this scope
  return dfs(len-1,1,0);
                      ^
0_0_36000856_6182.cpp: In function 'int main()':
0_0_36000856_6182.cpp:31:2: error: 'll' was not declared in this scope
  ll m,t,n;
  ^
0_0_36000856_6182.cpp:32:7: error: 't' was not declared in this scope
  cin>>t;
       ^
0_0_36000856_6182.cpp:35:8: error: 'n' was not declared in this scope
   cin>>n;
        ^
0_0_36000856_6182.cpp:36:3: error: 'm' was not declared in this scope
   m=solve(n);
   ^


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-20 07:24:11, Gzip enabled