#include<iostream>
#include<climits> int main(){
using namespace std;
int n_int = INT_MAX;
short n_short = SHRT_MAX;
long n_long = LONG_MAX; cout<<"\007 sdsdsdsd"; cin>>n_int;
return ; }
code testing
试试看
2022-10-26 16:56:15
#include<iostream>
#include<climits> int main(){
using namespace std;
int n_int = INT_MAX;
short n_short = SHRT_MAX;
long n_long = LONG_MAX; cout<<"\007 sdsdsdsd"; cin>>n_int;
return ; }
code testing
试试看