- 您认为使用
#define int long long 是否正常?(正常 / 不正常)
- 您习惯用万能头文件吗?(习惯 / 不习惯)
- 您习惯用
const int N = qwq; int a[N]; 吗(习惯 / 不习惯)
- 您认为下面的初始化操作是否正常?(正常 / 不正常)
#include <iostream>
#define endl '\n'
using namespace std;
signed main() {
ios::sync_with_stdio(0);
cin.tie(NULL);
return 0;
}
抽象程度:1 倪