记录详情

Compile Error

/in/foo.cc:16:9: error: '__int64' does not name a type
 typedef __int64 LL;
         ^~~~~~~
/in/foo.cc:96:1: error: 'LL' does not name a type
 LL solve()
 ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:132:32: error: 'solve' was not declared in this scope
         printf("%I64d\n",solve());
                                ^

信息

递交者
类型
递交
题目
甲虫入侵 beetle
语言
C++
递交时间
2019-10-25 16:08:27
评测时间
2019-10-25 16:08:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes