Compile Error
/in/foo.cc: In function 'void init(int, int)': /in/foo.cc:11:37: error: 'scanf_s' was not declared in this scope scanf_s("%d%d", &person1, &person2); ^ /in/foo.cc: In function 'void answer(int)': /in/foo.cc:34:37: error: 'scanf_s' was not declared in this scope scanf_s("%d%d", &person1, &person2); ^ /in/foo.cc: In function 'int main()': /in/foo.cc:46:30: error: 'scanf_s' was not declared in this scope scanf_s("%d%d%d", &n, &m, &p); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1034 家族
- 语言
- C++
- 递交时间
- 2019-11-15 11:01:17
- 评测时间
- 2019-11-15 11:01:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes