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_14805420_15005.cpp:6:9: error: '_int128' does not name a type
 typedef _int128 lint ;
         ^
0_0_14805420_15005.cpp:7:1: error: 'lint' does not name a type
 lint pr[maxn] , num[maxn] ;
 ^
0_0_14805420_15005.cpp:9:1: error: 'lint' does not name a type
 lint fast_pow( lint x , lint n , lint p ){
 ^
0_0_14805420_15005.cpp:20:1: error: 'lint' does not name a type
 lint C( lint n , lint m , lint p ){
 ^
0_0_14805420_15005.cpp:32:1: error: 'lint' does not name a type
 lint lucas( lint n , lint m , lint p ){
 ^
0_0_14805420_15005.cpp:37:1: error: 'lint' does not name a type
 lint CRT( int n ){
 ^
0_0_14805420_15005.cpp: In function 'int main()':
0_0_14805420_15005.cpp:54:5: error: 'lint' was not declared in this scope
     lint n , m , tmp ;
     ^
0_0_14805420_15005.cpp:60:9: error: 'n' was not declared in this scope
         n = n1 , m = m1 ;
         ^
0_0_14805420_15005.cpp:60:18: error: 'm' was not declared in this scope
         n = n1 , m = m1 ;
                  ^
0_0_14805420_15005.cpp:62:31: error: 'tmp' was not declared in this scope
             scanf( "%I64d" , &tmp ) ;
                               ^
0_0_14805420_15005.cpp:63:13: error: 'pr' was not declared in this scope
             pr[i] = tmp ;
             ^
0_0_14805420_15005.cpp:64:13: error: 'num' was not declared in this scope
             num[i] = lucas( n , m , pr[i] ) ;
             ^
0_0_14805420_15005.cpp:64:43: error: 'lucas' was not declared in this scope
             num[i] = lucas( n , m , pr[i] ) ;
                                           ^
0_0_14805420_15005.cpp:66:14: error: expected ';' before 'ans'
         lint ans = CRT( t ) ;
              ^
0_0_14805420_15005.cpp:67:29: error: 'ans' was not declared in this scope
         printf( "%I64d\n" , ans ) ;
                             ^


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-28 19:51:15, Gzip enabled