/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool pd(std::vector<rect>)':
/in/foo.cc:37:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(i=1; i<r.size(); i++)
              ~^~~~~~~~~
/in/foo.cc:36:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j;
            ^
/in/foo.cc: In function 'void dfs1(int, int)':
/in/foo.cc:128:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j;
            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:179:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j;
            ^
# 状态 耗时 内存占用
#1 Accepted 1ms 192.0 KiB
#2 Accepted 1ms 192.0 KiB
#3 Accepted 1ms 192.0 KiB
#4 Accepted 1ms 192.0 KiB
#5 Accepted 47ms 320.0 KiB

信息

递交者
类型
递交
题目
P1126 矩形覆盖
语言
C++
递交时间
2018-12-13 20:03:20
评测时间
2018-12-13 20:03:22
评测机
分数
50
总耗时
53ms
峰值内存
320.0 KiB