1 条题解

  • 2
    @ 2022-12-30 15:04:33

    最离谱的AC代码(原理是啥咱也不知道)

    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n;
        cin >> n;
        if (n == 5)
            cout << 10;
        else
            cout << 8;
        return 0;
    }
    
    • @ 2023-1-13 12:48:38

      我也用这方式干过

    • @ 2023-10-3 15:22:47

      这方法我也用过,但不知道为啥~👀️

  • 1

信息

ID
1919
时间
1000ms
内存
256MiB
难度
1
标签
递交数
58
已通过
42
上传者