/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
      if(6>(m%10)>=2 && (t-m/10-3)>=0)
          ^
/in/foo.cc:14:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   else if(9>=(m%10)>7 && (t-m/10-2)>=0)
            ^
/in/foo.cc:16:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   else if(9>=(m%10)>7 && (t-m/10-3)>=0)
            ^
/in/foo.cc:18:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
   else if(9>=(m%10)>7 && (t-m/10-4)>=0)
            ^
/in/foo.cc:35:20: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     printf("%d",t1);
                    ^
/in/foo.cc:25:23: warning: 's1' may be used uninitialized in this function [-Wmaybe-uninitialized]
        printf("%d",s1);
                       ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 192.0 KiB
#2 Wrong Answer 1ms 200.0 KiB
#3 Wrong Answer 1ms 184.0 KiB
#4 Wrong Answer 1ms 196.0 KiB
#5 Wrong Answer 1ms 192.0 KiB
#6 Wrong Answer 1ms 200.0 KiB
#7 Wrong Answer 1ms 196.0 KiB
#8 Wrong Answer 1ms 196.0 KiB
#9 Wrong Answer 1ms 192.0 KiB
#10 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1032 逃离X学校
比赛
2019XJU软件实验室大一考核
语言
C++
递交时间
2019-11-23 13:20:44
评测时间
2019-11-23 13:20:44
评测机
分数
0
总耗时
13ms
峰值内存
200.0 KiB