Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
50824 huangchengyue 字符三角形 C++ 输出格式错误 1 MS 248 KB 205 2024-09-13 21:00:26

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main() { char ch; cin>>ch; cout<<setw(2)<<ch<<endl; cout<<setw(1)<<ch<<ch<<ch<<endl; cout<<ch<<ch<<ch<<ch<<ch; return 0; }


测评信息: