201709-3 JSON查询 100分 0ms

点击前往试题目录:https://blog.csdn.net/best335/article/details/99550556
201709-3 JSON查询 100分 0ms_第1张图片
这道题我有点蒙蔽啊,虽然去年做过一次。第一次提交80分,第二次把一处访问超过字符串索引的位置加了判断居然满分了。这题有点水。

#include
#include
#include
#include
using namespace std;
struct Json{
	map data;
	map next;
	Json(){}
	Json& operator=(const Json&j){data=j.data,next=j.next;return *this;}
};
vector S;
void find(int &i,int &j,const int& ni,char c,bool b=true,int nj=0){//查询S[i][j]及其之后的字符第一个(b?为:不为)字符ch的位置,注意i j是按引用传递
	for(;i>n>>m,cin.get();
	for(int i=0;i

你可能感兴趣的:(201709-3 JSON查询 100分 0ms)