记录详情

Compile Error

/in/foo.cc:8:11: error: '::main' must return 'int'
 void main()
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:22: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%ld%ld",&a,&b);
                      ^
/in/foo.cc:11:22: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'int*' [-Wformat=]

信息

递交者
类型
递交
题目
P1182 闰年祝福
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2020-12-09 13:39:59
评测时间
2020-12-09 13:39:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes