Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:115:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
printf("%d %d\n",a[i].x,a[i].y);
^
/in/foo.cc:115:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'LL {aka long long int}' [-Wformat=]
/in/foo.cc: In function 'int cmp(int, node)':
/in/foo.cc:32:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- 土地购买
- 语言
- C++
- 递交时间
- 2017-08-03 23:35:12
- 评测时间
- 2017-08-03 23:35:12
- 评测机
- 分数
- 0
- 总耗时
- 121ms
- 峰值内存
- 2.738 MiB