提交记录 27895


用户 题目 状态 得分 用时 内存 语言 代码长度
yzq120806 1000i. 【传统题】 A+B Problem Compile Error 0 0 ns 0 KB C++ 158 B
提交时间 评测时间
2025-02-07 16:48:35 2025-02-07 16:48:36
#include <stdio.h>

int main() {
    int a,b;
    ios::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    cin>>a>>b;
    cout<<a+b;
    return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2025-03-14 14:41:39 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠