记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:1: error: unknown type name '_int64'
 _int64 sum=0;
 ^~~~~~
/in/foo.c:9:2: error: unknown type name '_int64'
  _int64 s=1;
  ^~~~~~
/in/foo.c:17:7: error: unknown type name '_int64'
   for(_int64 i=1;i<=s/2;i++){
       ^~~~~~

信息

递交者
类型
递交
题目
P1303 G. Mathforces
比赛
南京师范大学2021年11月程序设计竞赛
语言
C
递交时间
2021-11-21 17:26:28
评测时间
2021-11-21 17:26:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes