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_25739900_3621.cpp: In function 'll gao(int)':
0_0_25739900_3621.cpp:20:5: error: '__int' was not declared in this scope
     __int 128 dp[65][65] = {0}; //前者为颜色,后者为未填充格子个数
     ^
0_0_25739900_3621.cpp:23:5: error: 'dp' was not declared in this scope
     dp[0][tot] = 1;
     ^
0_0_25739900_3621.cpp:32:63: error: 'Mul' was not declared in this scope
                 (dp[i][j] += Mul(dp[i - 1][j + k], C[j + k][k])) %= p;
                                                               ^


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.000000(s) query 1, Server time : 2025-01-10 12:34:50, Gzip enabled