Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1283 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang Pascal
// Judge Result
Compile Error. Free Pascal Compiler version 3.0.4 [2017/10/03] for x86_64 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Linux for x86-64 Compiling /tmp/voj-1283/fuUAGXCfwlga.pas fuUAGXCfwlga.pas(1,1) Error: Illegal char constant fuUAGXCfwlga.pas(1,2) Fatal: Syntax error, "BEGIN" expected but "const string" found Fatal: Compilation aborted Error: /opt/free-pascal/bin/ppcx64 returned an error exitcode 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#1283
ProblemP1000
Submitted bya12345678
LanguagePascal
Used Time0 ms
Used Memory0 K
Code length116 B
Submit TimeFebruary 10, 2019, 5:07:04 PM
Execute TimeFebruary 10, 2019, 5:07:02 PM
// Judger
Pascal
View Problem