/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'F':
/in/foo.c:32:21: error: 'LONG_LONG_MAX' undeclared (first use in this function)
     long long min = LONG_LONG_MAX;
                     ^~~~~~~~~~~~~
/in/foo.c:32:21: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c: In function 'Solve':
/in/foo.c:59:21: error: 'LONG_LONG_MAX' undeclared (first use in this function)
     long long min = LONG_LONG_MAX;
                     ^~~~~~~~~~~~~
/in/foo.c: In function 'main':
/in/foo.c:102:9: warning: variable 'peg_state' set but not used [-Wunused-but-set-variable]
     int peg_state[10][15];
         ^~~~~~~~~
/in/foo.c:101:9: warning: variable 'disk_location' set but not used [-Wunused-but-set-variable]
     int disk_location[15];
         ^~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1073 4-Hanoi-Tower
语言
C
递交时间
2023-09-16 14:19:03
评测时间
2023-09-16 14:19:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes