/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:10:17: warning: unused variable 'b' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                 ^
foo.cc:10:19: warning: unused variable 'c' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                   ^
foo.cc:10:21: warning: unused variable 'd' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                     ^
foo.cc:10:23: warning: unused variable 'e' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                       ^
foo.cc:10:25: warning: unused variable 'f' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                         ^
foo.cc:10:27: warning: unused variable 'g' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                           ^
foo.cc:10:33: warning: unused variable 'j' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                                 ^
foo.cc:11:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |     scanf("%lld",&n);
      |     ~~~~~^~~~~~~~~~~
foo.cc:28:11: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
   28 |     printf("%lld",n/a);
      |     ~~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 5ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 2ms 384.0 KiB
#9 Accepted 1ms 384.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1773 质因数
语言
C++
递交时间
2022-01-13 18:16:04
评测时间
2022-01-13 18:16:04
评测机
分数
100
总耗时
25ms
峰值内存
384.0 KiB