社区讨论
求助checker
P7115[NOIP2020] 移球游戏参与者 3已保存回复 5
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 5 条
- 当前快照
- 1 份
- 快照标识符
- @lomnwvei
- 此快照首次捕获于
- 2023/11/06 16:50 2 年前
- 此快照最后确认于
- 2023/11/15 17:59 2 年前
checker编译不过。。。
cmd的提示
CPPg++ checker.cpp -o checker -std=c++14
In file included from checker.cpp:3:
testlib.h: In function 'void __testlib_set_binary(FILE*)':
testlib.h:448:39: error: 'FILE' {aka 'struct _iobuf'} has no member named '_file'
448 | #define _fileno(_stream) ((_stream)->_file)
| ^~~~~
testlib.h:448:39: note: in definition of macro '_fileno'
448 | #define _fileno(_stream) ((_stream)->_file)
回复
共 5 条回复,欢迎继续交流。
正在加载回复...