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_16648153_28649.cpp:178:6: error: prototype for 'void GoodNumbers::precomputing(__int128&)' does not match any in class 'GoodNumbers'
 void GoodNumbers::precomputing(__int128 &num)
      ^
0_0_16648153_28649.cpp:44:10: error: candidate is: void GoodNumbers::precomputing(LL&)
     void precomputing(LL &num);
          ^
0_0_16648153_28649.cpp: In member function 'void GoodNumbers::computing()':
0_0_16648153_28649.cpp:198:22: error: no matching function for call to 'GoodNumbers::precomputing(__int128&)'
     precomputing(num1);
                      ^
0_0_16648153_28649.cpp:198:22: note: candidate is:
0_0_16648153_28649.cpp:44:10: note: void GoodNumbers::precomputing(LL&)
     void precomputing(LL &num);
          ^
0_0_16648153_28649.cpp:44:10: note:   no known conversion for argument 1 from '__int128' to 'LL& {aka long long unsigned int&}'
0_0_16648153_28649.cpp:204:22: error: no matching function for call to 'GoodNumbers::precomputing(__int128&)'
     precomputing(num2);
                      ^
0_0_16648153_28649.cpp:204:22: note: candidate is:
0_0_16648153_28649.cpp:44:10: note: void GoodNumbers::precomputing(LL&)
     void precomputing(LL &num);
          ^
0_0_16648153_28649.cpp:44:10: note:   no known conversion for argument 1 from '__int128' to 'LL& {aka long long unsigned int&}'


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-10-05 08:39:43, Gzip enabled