/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:54:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf( "%d%d" , &n , &m ) ;
 ~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:56:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 int s , t ; scanf( "%d%d" , &s , &t ) ;
             ~~~~~^~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 3.098 MiB
#2 Accepted 4ms 3.109 MiB
#3 Accepted 4ms 3.125 MiB
#4 Accepted 4ms 3.156 MiB
#5 Accepted 4ms 3.07 MiB
#6 Accepted 6ms 3.223 MiB
#7 Accepted 6ms 3.363 MiB
#8 Accepted 12ms 3.758 MiB
#9 Accepted 68ms 6.055 MiB
#10 Accepted 158ms 10.586 MiB

信息

递交者
类型
递交
题目
P1823 假面舞会
语言
C++
递交时间
2021-07-21 09:17:43
评测时间
2021-07-21 09:17:43
评测机
分数
100
总耗时
276ms
峰值内存
10.586 MiB