Accepted
/in/foo.c: In function 'main':
/in/foo.c:8:4: warning: statement with no effect [-Wunused-value]
    for(i;x!=0 && p==1;i++)
    ^~~
/in/foo.c:5:8: warning: unused variable 'y' [-Wunused-variable]
  int x,y,i,j,p;
        ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A5-1 超级素数判断
 - 比赛
 - 基于基本数据类型的程序设计训练
 - 语言
 - C
 - 递交时间
 - 2019-03-16 09:51:49
 - 评测时间
 - 2019-03-16 09:51:49
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4ms
 - 峰值内存
 - 204.0 KiB