代码块部分行高亮怎么用?
#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; }
为啥我的代码没有高亮喵?