记录详情

Accepted

foo.cc: In function 'long long int Solve(long long int, long long int, long long int, long long int)':
foo.cc:100:12: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if (a > 0 && d < 0 || a<0 && d>0) //a,d异号
      ~~~~~~^~~~~~~~
foo.cc:108:12: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if (b > 0 && c < 0 || b<0 && c>0) //b,c异号
      ~~~~~~^~~~~~~~
foo.cc:142:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 396.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 412.0 KiB
#5 Accepted 1ms 408.0 KiB
#6 Accepted 1ms 404.0 KiB

信息

递交者
类型
递交
题目
P1289 B. It's my own Invention
比赛
南京师范大学2021年11月程序设计竞赛
语言
C++
递交时间
2021-11-21 15:48:12
评测时间
2021-11-21 15:48:12
评测机
分数
150
总耗时
11ms
峰值内存
412.0 KiB