/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool solve::dlx(int)':
/in/foo.cc:93:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(int i = 0; i < new_sol.size(); i++)
                      ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'bool solve::construct_dancing_links()':
/in/foo.cc:205:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(int j = 0; j < pos[i].size(); j++) {
                      ~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 4.055 MiB
#2 Accepted 67ms 4.047 MiB
#3 Accepted 3ms 3.949 MiB
#4 Accepted 3ms 3.945 MiB
#5 Accepted 2ms 3.949 MiB
#6 Accepted 3ms 3.945 MiB
#7 Accepted 2ms 3.949 MiB
#8 Accepted 3ms 3.949 MiB
#9 Accepted 3ms 3.945 MiB
#10 Accepted 3ms 3.949 MiB

信息

递交者
类型
递交
题目
P1345 数独大赛
语言
C++
递交时间
2019-10-16 23:44:56
评测时间
2019-10-16 23:44:56
评测机
分数
100
总耗时
100ms
峰值内存
4.055 MiB