记录详情

Compile Error

/in/foo.cc:11:10: error: 'LONG_MAX' was not declared in this scope
 int ans1=LONG_MAX,ans2;
          ^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:43:17: error: 'ans2' was not declared in this scope
                 ans2=i;
                 ^~~~
/in/foo.cc:47:30: error: 'ans2' was not declared in this scope
     printf("%d %d\n",min(sum-ans2,ans2),max(sum-ans2,ans2));
                              ^~~~

信息

递交者
类型
递交
题目
资源分配
语言
C++
递交时间
2017-11-04 18:09:27
评测时间
2017-11-04 18:09:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes