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_38161123_5119.cpp:63:23: error: 'std::enable_if_t' has not been declared
 template <int m, std::enable_if_t<(1 <= m)> * = nullptr>
                       ^
0_0_38161123_5119.cpp:63:34: error: expected '>' before '<' token
 template <int m, std::enable_if_t<(1 <= m)> * = nullptr>
                                  ^
0_0_38161123_5119.cpp:195:33: error: wrong number of template arguments (1, should be 2)
 using modint = static_modint<mod>;
                                 ^
0_0_38161123_5119.cpp:64:8: error: provided for 'template<int m, int <anonymous> > struct static_modint'
 struct static_modint
        ^
0_0_38161123_5119.cpp:199:1: error: 'modint' does not name a type
 modint dp[MAXP + 5][MAXN * MAXA + 5];
 ^
0_0_38161123_5119.cpp:200:1: error: 'modint' does not name a type
 modint f[MAXA + 5][MAXN * MAXA + 5], C[MAXN + 5][MAXN + 5];
 ^
0_0_38161123_5119.cpp: In function 'void Main()':
0_0_38161123_5119.cpp:205:12: error: 'dp' was not declared in this scope
     memset(dp, 0, sizeof(dp));
            ^
0_0_38161123_5119.cpp:207:12: error: 'f' was not declared in this scope
     memset(f, 0, sizeof(f));
            ^
0_0_38161123_5119.cpp:218:50: error: 'C' was not declared in this scope
                 f[i][j] += f[i - 1][j - x * i] * C[b[i]][x];
                                                  ^
0_0_38161123_5119.cpp: In function 'int main()':
0_0_38161123_5119.cpp:237:5: error: 'C' was not declared in this scope
     C[0][0] = 1;
     ^


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-25 05:03:56, Gzip enabled