/ Vijos /

记录详情

Accepted

/in/foo.cc:17:0: warning: "LONG_LONG_MIN" redefined
 #define LONG_LONG_MIN -9223372036854775808ll
 
In file included from /in/foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:152:0: note: this is the location of the previous definition
 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
 
/in/foo.cc:18:0: warning: "LONG_LONG_MAX" redefined
 #define LONG_LONG_MAX 9223372036854775807ll
 
In file included from /in/foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:154:0: note: this is the location of the previous definition
 # define LONG_LONG_MAX __LONG_LONG_MAX__
 
/in/foo.cc: In function 'int main()':
/in/foo.cc:76:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < ans.size(); ++i){
                    ~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 320.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 2.223 MiB
#4 Accepted 1ms 224.0 KiB
#5 Accepted 1ms 2.227 MiB
#6 Accepted 95ms 2.34 MiB
#7 Accepted 95ms 2.34 MiB
#8 Accepted 84ms 3.082 MiB
#9 Accepted 90ms 3.113 MiB
#10 Accepted 127ms 3.086 MiB

信息

递交者
类型
递交
题目
P1910 解方程
语言
C++
递交时间
2019-07-04 22:04:36
评测时间
2019-07-04 22:04:36
评测机
分数
100
总耗时
502ms
峰值内存
3.113 MiB