QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#234791#6657. 烂柯杯stcmuyi#100 ✓0ms3684kbC++17309b2023-11-01 22:29:512023-11-01 22:29:51

Judging History

你现在查看的是最新测评结果

  • [2023-11-01 22:29:51]
  • 评测
  • 测评结果:100
  • 用时:0ms
  • 内存:3684kb
  • [2023-11-01 22:29:51]
  • 提交

answer

#include <bits/stdc++.h>
#define IOS ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
#define i64 long long
#define endl '\n'
#define lb(x) ((x) & (-x))
using namespace std;
const i64 mod = 1e9+7;
const int maxn = 1e4+10;
signed main()
{
    IOS;
    cout << "kejie" << endl;
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3684kb

input:



output:

kejie

result:

ok "kejie"