1 条题解

  • -1
    @ 2026-2-2 11:56:44

    #include <bits/stdc++.h>

    using namespace std; int main() { int n = 1; cout << n * 2 * 2 * 2 * 2 * 2; return 0; }

    • 1

    信息

    ID
    539
    时间
    1000ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    126
    已通过
    88
    上传者