QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#396109#2852. 为最美的那位献上花朵ucup-team1251AC ✓0ms3732kbC++17316b2024-04-22 13:04:342024-04-22 13:04:34

Judging History

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

  • [2024-04-22 13:04:34]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3732kb
  • [2024-04-22 13:04:34]
  • 提交

answer

#include<bits/stdc++.h>
#define ll long long
using namespace std;

const int N = 3e5 + 10,mod = 1e9 + 7;
int n,m;
int a[N];
void solve()
{
	cout << "kangnaixin";
}
int main()
{
    ios::sync_with_stdio(false);
    cin.tie(0),cout.tie(0);

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

詳細信息

Test #1:

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

input:



output:

kangnaixin

result:

ok