【leetcode报错】 leetcode格式问题解决:error: stray ‘\302’ in program [solution.c]

leetcode格式问题解决

  • 一、情景再现
  • 二、报错原因
  • 三、解决方法
  • 四、修正结果

一、情景再现

图片[1] - 【leetcode报错】 leetcode格式问题解决:error: stray ‘\302’ in program [solution.c] - MaxSSL


二、报错原因

图片[2] - 【leetcode报错】 leetcode格式问题解决:error: stray ‘\302’ in program [solution.c] - MaxSSL
该错误是指 源程序中有非法字符需要将非法字符去掉


一般是由于coder 1.使用中文输入法 或者 2.从别的地方直接复制粘贴代码 造成的。
代码中出现了 中文空格中文引号各种中文标点符号都会出现,这是 复制后leetcode的格式问题,简单修改一下就OK了。

图片[3] - 【leetcode报错】 leetcode格式问题解决:error: stray ‘\302’ in program [solution.c] - MaxSSL


三、解决方法

(1) 把 出错行的空格 及其 前后空格 删掉重新打一下,看是否还是出现问题。

(2) 把 明显和其他标点符号颜色不同 的改掉。(大部分 编译器 都有 颜色识别

(3) 在出现问题的行中,删掉直接全部重打


四、修正结果

成功啦 > o( ̄▽ ̄)ブ<

图片[4] - 【leetcode报错】 leetcode格式问题解决:error: stray ‘\302’ in program [solution.c] - MaxSSL

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享