关于SPJ
  • 板块学术版
  • 楼主hanyuchen2019
  • 当前回复6
  • 已保存回复6
  • 发布时间2021/8/7 17:37
  • 上次更新2023/11/4 11:42:29
查看原帖
关于SPJ
277757
hanyuchen2019楼主2021/8/7 17:37
#include "testlib.h"
int main(int argc, char* argv[])
{
	registerTestlibCmd(argc, argv);
	std::string a=readString();//这里报错
	
	return 0;
}

[Error] 'readString' was not declared in this scope

路径是对的,只显示这个函数不存在,上一行也没报错,求原因qwq

2021/8/7 17:37
加载中...