5 条题解
-
1
202509gj16沈齐宸 (沈齐宸) LV 6 @ 2025-10-02 19:16:51
#include<iostream> int main() { bool ok; char ch; std::cout<<1<<' '<<1; return 0;}
-
12021-10-30 12:19:33@
#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main( )
{
bool n;
char v;
cout<<"1"<<" 1"<<endl;return 0;
} -
02025-07-16 17:35:51@
#include<iostream> #include<iomanip> #include<cmath> using namespace std; int main( ) { bool n; char v; cout<<"1"<<" 1"<<endl; return 0; }
-
02022-01-07 16:10:15@
#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main( )
{
bool a;
char b;
cout<<"1"<<" 1"<<endl;return 0;
} -
-12021-12-27 09:34:09@
#include<iostream>
using namespace std;
int main(){
bool n;
char k;
cout<<sizeof(n)<<' '<<sizeof(k);
return 0;
}
- 1
信息
- ID
- 2302
- 难度
- 1
- 分类
- (无)
- 标签
- 递交数
- 129
- 已通过
- 111
- 通过率
- 86%
- 被复制
- 2
- 上传者