链接那道题,为什么只通过了60%

 function link() {
    var content=$("#jsContainer").html();
    var reg=/(http:\/\/|https:\/\/)((\w|=|\?|\.|\/|&|-) )/g;
      var s=content.replace(reg,'<a href="$1$2" target="_blank">$1$2</a>');  $("#jsContainer").html(s);
第二题:C
#include <iostream>
#include <cstring>
 #include <algorithm>
 #include <cmath>
 using namespace std;
 const int maxn = 55;
 char p[maxn];


 int main()
 {
 cin >> p;
 int res = 0;
 int len = strlen(p);
 for(int i = 0; i < len; i  ) {
 if(p[i] == ']') --res;
 else if(p[i] == '[') {
   res;
 }
 if(res < 0) {
 for(int j = res; j < 0; j  ) {
 cout << "[";
 }
 res = 0;
 }
 }
 for(int i = 0; i < len; i  ) {
 cout << p[i];
 }
 for(int i = 0; i < res; i  ) {
 cout << "]";
 }
 cout << endl;
 return 0;
 }
 /**
 ][[[[[]]][][][]]
 **/

#百度##前端工程师#
全部评论
第二道通过了吗  求指点
点赞 回复 分享
发布于 2017-09-11 21:06
我只有40%…… 不只有(\w|=|\?|\.|\/|&|-)+)吧,我还加上了#,但是没考虑到&,不知道还有什么没考虑到
点赞 回复 分享
发布于 2017-09-11 21:08
第一题60%, ([\w+\#\&\%\$\@\!\~\=\.\?\/]+)... 第二题AC
点赞 回复 分享
发布于 2017-09-11 21:11
同60%。。
点赞 回复 分享
发布于 2017-09-11 21:11
我也是60%。。。
点赞 回复 分享
发布于 2017-09-11 21:14
***只知道用正则替换,忘记赋值回 id 里面了
点赞 回复 分享
发布于 2017-09-11 21:17
打开新的标签页呢
点赞 回复 分享
发布于 2017-09-11 23:07

相关推荐

想润的芹菜人狠话不多:把其中一个老总放中间都会得罪另一个
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务