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_36622023_6851.cpp: In function 'long long int S(long long int, long long int)':
0_0_36622023_6851.cpp:22:8: error: 'c' was not declared in this scope
     if(c[n][m]) return c[n][m];
        ^
0_0_36622023_6851.cpp:25:9: error: 'c' was not declared in this scope
         c[n][m] = 1;
         ^
0_0_36622023_6851.cpp:27:9: error: 'c' was not declared in this scope
         c[n][m] = S(n-1,m-1)%mod + ((S(n-1,m)%mod)*m)%mod;
         ^
0_0_36622023_6851.cpp:29:12: error: 'c' was not declared in this scope
     return c[n][m]%mod;
            ^


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-29 21:25:33, Gzip enabled