Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1282 Compile Error P2019 · Coin Change
Time 0 ms Memory 0 K Lang Python 3
// Judge Result
Compile Error. File "/tmp/voj-1282/FmJTjiwCcTsJ.py", line 3 int main() { ^ SyntaxError: invalid syntax Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
#include <stdio.h>

int main() {
    int a, b;
    scanf("%d%d", &a, &b);
    printf("%d\n", a + b);
    return 0;
}
length 116 B
Compile Error
Judge Result
Run ID#1282
ProblemP2019
Submitted bya12345678
LanguagePython 3
Used Time0 ms
Used Memory0 K
Code length116 B
Submit TimeFebruary 10, 2019, 5:06:18 PM
Execute TimeFebruary 10, 2019, 5:06:16 PM
// Judger
Python 3
View Problem