/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 1ms 764.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 572.0 KiB
#5 Accepted 1ms 532.0 KiB
#6 Accepted 1ms 532.0 KiB
#7 Accepted 1ms 316.0 KiB
#8 Accepted 1ms 324.0 KiB
#9 Accepted 1ms 324.0 KiB
#10 Accepted 1ms 536.0 KiB

Code

#include <bits/stdc++.h>
#define int long long
#define fast ios_base::sync_with_stdio(0); cin.tie(NULL); cout.tie(NULL);
#define endl '\n'
#define sp " "
using namespace std;

int32_t main()
{
    fast
    int a,b;cin>>a>>b;
    cout << a+b;
    return 0;
}

Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
C++20 (G++ 13.2.0)
Submit At
2024-10-02 22:19:07
Judged At
2024-10-03 12:53:41
Judged By
Score
100
Total Time
1ms
Peak Memory
764.0 KiB