yours520

Results 2 issues of yours520

phone那里用的@Max注解,导致无法正常注册 `@Data @NoArgsConstructor @EqualField(srcField = "password", dstField = "confirmPassword", message = "{password.equal-field}") public class RegisterDTO { @NotBlank(message = "{username.not-blank}") @Length(min = 2, max = 10, message = "{username.length}") private String...

感觉我的代码和您的代码区别不大,为何我最后一测试点超时了,而您的却没有,不懂 还有您的代码好像少了 stirng的头文件? 我的代码 `#include #include using namespace std; int main() { string s,temp; int N; cin >> s>> N; for (int i = 2; i s >> n; for...