2 条题解

  • 0
    @ 2026-8-28 17:09:47
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	int n = 1;
    	cout << n * 2 * 2 * 2 * 2 * 2;
    	return 0;
    }
    

    信息

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