感谢你的反馈~~~
代码高亮是有的,就是不太明显,可能改一下背景的css
字体我过会儿加(加好了)
css
.class#odd{
background-color: white;
}
cpp
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
while(cin >> n) { cout << n; }
return 0;
}
这是你要的 JB 等宽
这个 != 其实是两个字符,是因为连体字符,你要无连体版的吗
连体的还有 -> <- <= >=...