1 条题解

  • 0
    @ 2021-6-15 14:30:21

    C++ :

    #include <stdio.h>
    const int a[] = {0, 1, 499122178, 2, 915057326, 540715694, 946945688, 422867403, 451091574, 317868537, 200489273, 976705134, 705376344, 662845575, 331522185, 228644314, 262819964, 686801362, 495111839, 947040129, 414835038, 696340671, 749077581, 301075008, 314644758, 102117126, 819818153, 273498600, 267588741};
    int n;
    int main()
    {
    	scanf("%d", &n);
    	printf("%d\n", a[n]);
    	return 0;
    }
    
    
    • 1

    信息

    ID
    1012
    时间
    1000ms
    内存
    512MiB
    难度
    10
    标签
    递交数
    1
    已通过
    1
    上传者