关于洛谷新上线功能的问题
  • 板块学术版
  • 楼主Eric1030
  • 当前回复4
  • 已保存回复4
  • 发布时间2025/7/30 09:45
  • 上次更新2025/7/30 14:45:29
查看原帖
关于洛谷新上线功能的问题
995571
Eric1030楼主2025/7/30 09:45

行号和部分行高亮的模块为什么我用之后显示结果是下面这样的?

```cpp lines=5-5 #include<bits/stdc++.h> using namespace std;

int main(){ ios :: sync_with_stdio(false); // 注意!!!Attention!!! int a, b; cin >> a >> b; cout << a + b << endl; return 0; } ```

源代码:

\`\`\`cpp lines=5-5
#include<bits/stdc++.h>
using namespace std;

int main(){
  ios :: sync_with_stdio(false);    // 注意!!!Attention!!!
  int a, b;
  cin >> a >> b;
  cout << a + b << endl;
  return 0;
}
\`\`\`
2025/7/30 09:45
加载中...