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_20241495_25384.cpp:11:12: error: 'int64' does not name a type
 #define ll int64
            ^
0_0_20241495_25384.cpp:13:1: note: in expansion of macro 'll'
 ll dp[25][15];
 ^
0_0_20241495_25384.cpp:11:12: error: 'int64' does not name a type
 #define ll int64
            ^
0_0_20241495_25384.cpp:14:1: note: in expansion of macro 'll'
 ll diget[25];
 ^
0_0_20241495_25384.cpp: In function 'void init()':
0_0_20241495_25384.cpp:18:9: error: 'dp' was not declared in this scope
         dp[1][i]=1;
         ^
0_0_20241495_25384.cpp:26:13: error: 'dp' was not declared in this scope
             dp[i][j]+=dp[i-1][l];
             ^
0_0_20241495_25384.cpp: At global scope:
0_0_20241495_25384.cpp:11:12: error: 'int64' does not name a type
 #define ll int64
            ^
0_0_20241495_25384.cpp:31:1: note: in expansion of macro 'll'
 ll solve(ll m)
 ^
0_0_20241495_25384.cpp: In function 'int main()':
0_0_20241495_25384.cpp:11:12: error: 'int64' was not declared in this scope
 #define ll int64
            ^
0_0_20241495_25384.cpp:57:9: note: in expansion of macro 'll'
         ll n;
         ^
0_0_20241495_25384.cpp:58:14: error: 'n' was not declared in this scope
         cin>>n;
              ^
0_0_20241495_25384.cpp:59:24: error: 'solve' was not declared in this scope
         cout<<n-solve(n)<<endl;;
                        ^


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-16 10:53:56, Gzip enabled