/ SeriousOJ /

Record Detail

System Error


  

Code

#include <iostream>
using namespace std;
int main()
{
    int a, b;
    cin >> a >> b;
    cout << a + b << endl;
    return 0;
}

Information

Submit By
Type
Submission
Problem
P1010 Red Green Blue
Language
C++17 (G++ 13.2.0)
Submit At
2023-11-29 19:28:07
Judged At
2023-11-29 19:28:07
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes