Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1655 Compile Error P1000 · A+B Problem
Time 0 ms Memory 0 K Lang Pascal
// Judge Result
Compile Error. Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
program Plus;
var a, b:longint;
begin
    readln(a, b);
    writeln(a + b);
end.
length 81 B
Compile Error
Judge Result
Run ID#1655
ProblemP1000
Submitted byfattaf
LanguagePascal
Used Time0 ms
Used Memory0 K
Code length81 B
Submit TimeAugust 3, 2021, 1:32:29 PM
Execute TimeAugust 3, 2021, 1:31:22 PM
// Judger
Pascal
View Problem