记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:12:32: error: 'sqrt' was not declared in this scope
   12 |                 for(int j=1;j<=sqrt(n[i]);j++){
      |                                ^~~~
foo.cc:13:28: error: 'num' was not declared in this scope; did you mean 'enum'?
   13 |                         if(num[i]%j==0)
      |                            ^~~
      |                            enum
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1232 B 约数(Easy)
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 18:57:21
评测时间
2022-08-21 18:57:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes