QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#98699 | #6244. سینما برره | Adorable | WA | 2ms | 3376kb | C++14 | 133b | 2023-04-19 20:45:43 | 2023-04-19 20:45:44 |
Judging History
answer
#include <bits/stdc++.h>
auto main() -> signed
{
int a, b;
std::cin >> a >> b;
std::cout << a + b << '\n';
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3376kb
input:
6 12
output:
18
result:
wrong answer 1st lines differ - expected: '6', found: '18'