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.
#include <stdio.h>
int main() {
int a, b;
scanf("%d%d", &a, &b);
printf("%d\n", a + b);
return 0;
}
length 116 B