100 Accepted

# 状态 分数 耗时 内存占用
#1 Accepted 20 1ms 7.6 MiB
#2 Accepted 20 1ms 7.4 MiB
#3 Accepted 20 1ms 7.8 MiB
#4 Accepted 20 0ms 7.3 MiB
#5 Accepted 20 1ms 7.3 MiB

代码

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

信息

递交者
题目
DJKS1111  字符三角形
比赛
2024年3月等考一级题单
语言
C++ 98
递交时间
11 个月前
评测时间
11 个月前
分数
100
总耗时
4ms
峰值内存
7.8 MiB