/ 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:28:11: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
   28 |     printf("%lld",n/a);
      |     ~~~~~~^~~~~~~~~~~~
foo.cc:10:15: note: 'a' was declared here
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |               ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 3ms 276.0 KiB
#4 Accepted 3ms 280.0 KiB
#5 Accepted 2ms 328.0 KiB
#6 Accepted 2ms 336.0 KiB
#7 Accepted 2ms 284.0 KiB
#8 Accepted 2ms 284.0 KiB
#9 Accepted 2ms 328.0 KiB
#10 Accepted 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P1773 质因数
语言
C++
递交时间
2023-05-16 21:06:42
评测时间
2023-05-16 21:06:42
评测机
分数
100
总耗时
25ms
峰值内存
336.0 KiB