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_36908092_22037.cpp: In function 'bool check(ll)':
0_0_36908092_22037.cpp:10:2: error: '_int128' was not declared in this scope
  _int128 num = 1; ll t = ceil(log2(n));
  ^
0_0_36908092_22037.cpp:12:6: error: 'num' was not declared in this scope
   if(num*n > k) return false;
      ^
0_0_36908092_22037.cpp:13:3: error: 'num' was not declared in this scope
   num *= n;
   ^
0_0_36908092_22037.cpp:16:6: error: 'num' was not declared in this scope
   if(num*t > k) return false;
      ^
0_0_36908092_22037.cpp:17:3: error: 'num' was not declared in this scope
   num *= t;
   ^


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-02-18 21:32:55, Gzip enabled