/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void DP(int)':
/in/foo.cc:14:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < son[k].size(); i++)
                         ~~^~~~~~~~~~~~~~~
/in/foo.cc:13:13: warning: unused variable 'chose' [-Wunused-variable]
         int chose = 0, chosenot = 0;
             ^~~~~
/in/foo.cc:13:24: warning: unused variable 'chosenot' [-Wunused-variable]
         int chose = 0, chosenot = 0;
                        ^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:30:13: warning: unused variable 'root' [-Wunused-variable]
         int root;
             ^~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 4.922 MiB
#2 Accepted 6ms 5.496 MiB
#3 Accepted 4ms 4.875 MiB
#4 Accepted 5ms 4.875 MiB
#5 Accepted 5ms 5.625 MiB
#6 Accepted 10ms 5.0 MiB
#7 Accepted 7ms 5.961 MiB
#8 Accepted 9ms 5.0 MiB
#9 Accepted 7ms 5.617 MiB
#10 Accepted 7ms 5.742 MiB

信息

递交者
类型
递交
题目
P1706 舞会
语言
C++
递交时间
2018-08-15 10:35:54
评测时间
2018-08-15 10:35:54
评测机
分数
100
总耗时
71ms
峰值内存
5.961 MiB