ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96 | #1. 第二个 A + B Problem | ryp | Compile Error | / | / | C++11 | 135b | 2025-04-16 18:21:50 | 2025-04-16 20:37:00 |
answer
#include <iostream>
using namespace std;
int main (void)
{
int a, b;
cin >> a >> b;
cout << a + b << '\n';
return 0;
}
Details
This language is not supported yet.