Compile Error

foo.cc: In function 'int main()':
foo.cc:16:13: error: 'cout' was not declared in this scope
   16 |             cout<<"Yes";
      |             ^~~~
foo.cc:18:13: error: 'cout' was not declared in this scope
   18 |             cout<<"No";
      |             ^~~~
foo.cc:6:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |     scanf("%d", &n);
      |     ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1038 完数
语言
C++
递交时间
2022-07-13 08:53:39
评测时间
2022-07-13 08:53:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes