/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:43:5: warning: unused variable 'l' [-Wunused-variable]
  ll l = 1, r = 1e18;
     ^
foo.cc:43:12: warning: unused variable 'r' [-Wunused-variable]
  ll l = 1, r = 1e18;
            ^
foo.cc:40:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld", &k);
  ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 17, expect 1. 19ms 8.281 MiB

信息

递交者
类型
自测
题目
P1889 天真的因数分解
语言
C++
递交时间
2021-11-05 09:39:38
评测时间
2021-11-05 09:39:38
评测机
分数
0
总耗时
19ms
峰值内存
8.281 MiB