Close ×

My Accounts

You´ not logged in.

About

P1000 A+B Problem

Overview

Judge Result Compile Error
Problem P1000 A+B Problem
Submit Time February 9, 2020, 1:00:17 AM
Language C++
Judger Default Judger
Used Time 0 ms
Used Memory 0 K
Execute Time February 9, 2020, 1:00:07 AM

Judge Result

Compile Error. /tmp/voj-1470/SIVHNTrrSByB.cpp:1:22: warning: extra tokens at end of #include directive 1 | #include int main() { int a = 0, b = 0; std::cin >> a >> b; std::cout << a + b << std::endl; return 0; } | ^~~ /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/Scrt1.o: in function `_start': (.text+0x24): undefined reference to `main' collect2: error: ld returned 1 exit status Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.