记录详情

Compile Error

foo.cc:6:12: error: '::main' must return 'int'
 void main ()
            ^
foo.cc: In function 'int main()':
foo.cc:8:3: error: '_int64' was not declared in this scope
   _int64  count=0;
   ^~~~~~
foo.cc:8:3: note: suggested alternative: 'u_int64_t'
   _int64  count=0;
   ^~~~~~
   u_int64_t
foo.cc:19:10: error: 'count' was not declared in this scope
       {  count++;
          ^~~~~
foo.cc:26:16: error: 'count' was not declared in this scope
  printf("%lld",count);
                ^~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1290 C. Young Man Do Not Say Five
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 14:23:18
评测时间
2021-11-21 14:23:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes