Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:11:32: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] while(scanf("%I64d%I64d",&s,&x)!=EOF) ^ /in/foo.cc:11:32: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:27:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d\n",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2017.07.13 P1 XOR问题
- 语言
- C++
- 递交时间
- 2017-07-13 20:24:03
- 评测时间
- 2017-07-13 20:24:03
- 评测机
- 分数
- 40
- 总耗时
- 31ms
- 峰值内存
- 384.0 KiB