Compile Error
foo.cc: In function 'int main()':
foo.cc:14:20: error: 'x' was not declared in this scope
   14 |         if(isprime(x)) cout<<"Yes";
      |                    ^
foo.cc:12:15: warning: unused variable 'num' [-Wunused-variable]
   12 |         int n,num=0;
      |               ^~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A3-2 素数专题:素数判断
 - 比赛
 - 2022年迎新赛(第一场)
 - 语言
 - C++
 - 递交时间
 - 2022-08-15 16:06:59
 - 评测时间
 - 2022-08-15 16:06:59
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes