/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:38:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (; c >= '0' && c <= '9'; x = x * 10 + c - '0', c = NC()); x *= minus;
     ^~~
/in/foo.cc:38:67: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for (; c >= '0' && c <= '9'; x = x * 10 + c - '0', c = NC()); x *= minus;
                                                                   ^
/in/foo.cc: In function 'double Check1(float)':
/in/foo.cc:92:34: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         while(temp = Dfs(S, 32000)){
                                  ^
/in/foo.cc:89:25: warning: unused variable 's' [-Wunused-variable]
     double res = 0; int s = 0;
                         ^
# 状态 耗时 内存占用
#1 Accepted 1ms 332.0 KiB
#2 Accepted 1ms 360.0 KiB
#3 Accepted 1ms 368.0 KiB
#4 Accepted 1ms 360.0 KiB
#5 Accepted 36ms 852.0 KiB
#6 Accepted 29ms 656.0 KiB
#7 Accepted 85ms 804.0 KiB
#8 Accepted 149ms 912.0 KiB
#9 Accepted 65ms 776.0 KiB
#10 Accepted 101ms 840.0 KiB

信息

递交者
类型
递交
题目
P2016 新生舞会
语言
C++
递交时间
2021-07-19 16:36:46
评测时间
2021-07-19 16:37:47
评测机
分数
100
总耗时
474ms
峰值内存
912.0 KiB