QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#185512#6657. 烂柯杯Ycfhnnd100 ✓1ms3440kbC++17292b2023-09-22 10:35:512023-09-22 10:35:53

Judging History

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

  • [2023-09-22 10:35:53]
  • 评测
  • 测评结果:100
  • 用时:1ms
  • 内存:3440kb
  • [2023-09-22 10:35:51]
  • 提交

answer

#include <bits/stdc++.h>

using namespace std;

using i64 = long long;

void solve(){
    cout << "kejie";
}   

int main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);  

    int T = 1;
    // cin >> T;
    while (T --){
        solve();
    }
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3440kb

input:



output:

kejie

result:

ok "kejie"