/ WHOJ /

记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&x,&y);
                    ^
/in/foo.cc:5:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:6:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",x+y);
                 ^
FormatError('config file not found',)

信息

递交者
类型
递交
题目
P1036 A+B Problem
题目数据
下载
语言
C++
递交时间
2023-09-29 19:29:32
评测时间
2023-09-29 19:29:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes