Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1654 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang C++
// Judge Result
Compile Error. Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include <cstdio>
using namespace std;
int main() {
    int a, b;
    scanf("%d%d", &a, &b);
    printf("%d", a + b);
}
length 119 B
Compile Error
Judge Result
Run ID#1654
ProblemP1000
Submitted byfattaf
LanguageC++
Used Time0 ms
Used Memory0 K
Code length119 B
Submit TimeAugust 3, 2021, 1:32:00 PM
Execute TimeAugust 3, 2021, 1:30:53 PM
// Judger
C++
View Problem