/ WOJ /

记录详情

Wrong Answer


  
# 状态 耗时 内存占用
#1 Wrong Answer 成绩取消 0ms 0 Bytes

代码

#include<bits/stdc++.h>
using namespace std;

int a,b;

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

信息

递交者
类型
递交
题目
P1002 A+B Problem 常规解法
题目数据
下载
语言
C++
递交时间
2024-05-01 22:04:35
评测时间
2024-05-01 22:04:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes