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_25583762_28900.cpp: In function 'int main()':
0_0_25583762_28900.cpp:82:54: error: invalid initialization of reference of type 'int&' from expression of type 'll {aka long long int}'
                         if(i >= 3) add(d[i + 1][nxtid], (ll)d[i][j] * v[gg] % MOD);
                                                      ^
0_0_25583762_28900.cpp:23:6: note: in passing argument 1 of 'void add(int&, int)'
 void add(int &a, int b) {
      ^
0_0_25583762_28900.cpp:83:48: error: invalid initialization of reference of type 'int&' from expression of type 'll {aka long long int}'
                         else add(d[i + 1][nxtid], d[i][j]);
                                                ^
0_0_25583762_28900.cpp:23:6: note: in passing argument 1 of 'void add(int&, int)'
 void add(int &a, int b) {
      ^
0_0_25583762_28900.cpp:90:50: error: invalid initialization of reference of type 'int&' from expression of type 'll {aka long long int}'
                     if(i >= 3) add(d[i + 1][nxtid], (ll)d[i][j] * v[gg] % MOD);
                                                  ^
0_0_25583762_28900.cpp:23:6: note: in passing argument 1 of 'void add(int&, int)'
 void add(int &a, int b) {
      ^
0_0_25583762_28900.cpp:91:44: error: invalid initialization of reference of type 'int&' from expression of type 'll {aka long long int}'
                     else add(d[i + 1][nxtid], d[i][j]);
                                            ^
0_0_25583762_28900.cpp:23:6: note: in passing argument 1 of 'void add(int&, int)'
 void add(int &a, int b) {
      ^


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-17 08:40:40, Gzip enabled