Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1284 Compile Error P1001 · 谁拿了最多奖学金
Time 0 ms Memory 0 K Lang Python 3
// Judge Result
Compile Error. File "/tmp/voj-1284/oOiyQufBiOaI.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#1284
ProblemP1001
Submitted bya12345678
LanguagePython 3
Used Time0 ms
Used Memory0 K
Code length116 B
Submit TimeFebruary 10, 2019, 5:08:53 PM
Execute TimeFebruary 10, 2019, 5:08:51 PM
// Judger
Python 3
View Problem