/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:17: warning: unused variable 'b' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                 ^
/in/foo.cc:10:19: warning: unused variable 'c' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                   ^
/in/foo.cc:10:21: warning: unused variable 'd' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                     ^
/in/foo.cc:10:23: warning: unused variable 'e' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                       ^
/in/foo.cc:10:25: warning: unused variable 'f' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                         ^
/in/foo.cc:10:27: warning: unused variable 'g' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                           ^
/in/foo.cc:10:33: warning: unused variable 'j' [-Wunused-variable]
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |                                 ^
/in/foo.cc:28:11: warning: 'a' may be used uninitialized [-Wmaybe-uninitialized]
   28 |     printf("%lld",n/a);
      |     ~~~~~~^~~~~~~~~~~~
/in/foo.cc:10:15: note: 'a' was declared here
   10 |     long long a,b,c,d,e,f,g,n,i,j;
      |               ^
# 状态 耗时 内存占用
#1 Accepted 1ms 440.0 KiB
#2 Accepted 2ms 484.0 KiB
#3 Accepted 2ms 528.0 KiB
#4 Accepted 1ms 524.0 KiB
#5 Accepted 2ms 476.0 KiB
#6 Accepted 1ms 480.0 KiB
#7 Accepted 2ms 536.0 KiB
#8 Accepted 2ms 524.0 KiB
#9 Accepted 2ms 428.0 KiB
#10 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
P1773 质因数
语言
C++
递交时间
2026-03-14 00:28:56
评测时间
2026-03-14 00:28:56
评测机
分数
100
总耗时
21ms
峰值内存
536.0 KiB