史上最好基本框架
2024-08-09 19:45:26
发布于:北京
你不会还在用:
#include<bits/stdc++.h>
using namespace std;
int main(){
return 0;
}
那可就太LOW
了,像我这样,用这个:
#include <stdio.h>
#include <iostream>
#include <bits/stdc++.h>
#define _INT_MAX 2147483647
#define _LONG_LONG_MAX 9223372036854775807
#define _MATH_DEFINES_DEFINED
#define debug freopen("in.txt","r",stdin), freopen("out.txt","w",stdout);
#define ZERO 0
#define CHARCTER ""
#define CHARCTER_SPACE " "
#define CHARACTER_LINE_BREAK "\n"
#pragma GCC optimize("O2")
using namespace std;
void _Output(auto _print, string _plus);
void _Output(auto _print, string _plus) {
cout << _print << _plus;
}
int main(void) {
ios::sync_with_stdio(false);
cin.tie(ZERO);
cout.tie(ZERO);
printf("世上没有回头路");
return ZERO;
}
这里空空如也
有帮助,赞一个