记录详情

Accepted

/in/foo.c: In function 'Judge':
/in/foo.c:4:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j=0,s=0;
        ^
/in/foo.c: In function 'Chaoji':
/in/foo.c:21:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
/in/foo.c:21:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j;
      ^
/in/foo.c: In function 'main':
/in/foo.c:31:20: warning: unused variable 'j' [-Wunused-variable]
  int n=0,count=0,i,j;
                    ^
# 状态 耗时 内存占用
#1 Accepted 1ms 128.0 KiB
#2 Accepted 0ms 216.0 KiB
#3 Accepted 2ms 128.0 KiB
#4 Accepted 2ms 128.0 KiB
#5 Accepted 0ms 216.0 KiB

信息

递交者
类型
递交
题目
A5-2 超级素数的个数
比赛
南师大2020(1,4)程序设计基础课程作业(2020-11-17)
语言
C
递交时间
2020-11-17 14:09:50
评测时间
2020-11-17 14:09:50
评测机
分数
100
总耗时
7ms
峰值内存
216.0 KiB