提交记录 29023


用户 题目 状态 得分 用时 内存 语言 代码长度
xiaoyiming12 1000i. 【传统题】 A+B Problem Compile Error 0 0 ns 0 KB C++17 235 B
提交时间 评测时间
2026-06-19 18:59:49 2026-06-19 19:00:01
#include <bits/stdc++.h>
using namespace std;

template <typename T>
void bomb(T a) {
    if constexpr (is_same_v<T, vector<vector<vector<vector<int>>>>>) {
        return;
    }
    bomb(vector<T>({a}));
}

int main() {
    bomb(0);
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-06-28 06:13:10 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠