Compile Error
foo.c:3:1: error: unknown type name 'using' 3 | using namespace std; | ^~~~~ foo.c:3:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std' 3 | using namespace std; | ^~~ foo.c: In function 'main': foo.c:9:9: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration] 9 | scanf_s("%d",&a); | ^~~~~~~ | scanf
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1087 xf1-10多喝饮料
- 比赛
- 2023 程序设计与竞赛(作业1:见面赛)
- 语言
- C
- 递交时间
- 2023-09-18 21:33:56
- 评测时间
- 2023-09-18 21:33:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes