foo.cc: In function 'bool check(std::__cxx11::string, std::__cxx11::string)':
foo.cc:15:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=1;i<a.size();i++)//逐个比对
~^~~~~~~~~
foo.cc:19:19: warning: 'temp' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(temp>7) temp-=26;
~~~~^~~~
自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-22T08:03:42.352Z","handle":"2020-07-22T08:03:42.352Z","done":"2020-07-22T08:03:45.034Z"}