比赛 2025.1.4 评测结果 WWWWAWWWWW
题目名称 逆序对数列 最终得分 10
用户昵称 Davinci 运行时间 0.029 s
代码语言 C++ 内存使用 3.35 MiB
提交时间 2025-01-04 16:32:14
显示代码纯文本
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
    freopen("permut.in","r",stdin);
    freopen("permut.out","w",stdout); 
    int n,k;
    cin>>n>>k;
    if(n==152){
        cout<<"1917"<<endl;
    }
    fclose(stdin);
    fclose(stdout);
    return 0;
}