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_39305147_21300.cpp: In function 'int main()':
0_0_39305147_21300.cpp:15:9: error: '_int64' was not declared in this scope
   15 |         _int64 Catalan[36][36];
      |         ^~~~~~
0_0_39305147_21300.cpp:22:33: error: 'Catalan' was not declared in this scope; did you mean 'atan'?
   22 |                                 Catalan[i][j] = 1;
      |                                 ^~~~~~~
      |                                 atan
0_0_39305147_21300.cpp:26:33: error: 'Catalan' was not declared in this scope; did you mean 'atan'?
   26 |                                 Catalan[i][j] = Catalan[i][j - 1];
      |                                 ^~~~~~~
      |                                 atan
0_0_39305147_21300.cpp:30:33: error: 'Catalan' was not declared in this scope; did you mean 'atan'?
   30 |                                 Catalan[i][j] = Catalan[i - 1][j] + Catalan[i][j - 1];
      |                                 ^~~~~~~
      |                                 atan
0_0_39305147_21300.cpp:40:59: error: 'Catalan' was not declared in this scope; did you mean 'atan'?
   40 |                 cout << count++ << " " << n << " " << 2 * Catalan[n][n] << endl;
      |                                                           ^~~~~~~
      |                                                           atan


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-05-18 08:33:33, Gzip enabled