Submission #1265225

#TimeUsernameProblemLanguageResultExecution timeMemory
1265225algoproclubAncient Machine 2 (JOI23_ancient2)C++20
Compilation error
0 ms0 KiB
// UUID: 83c539bd-f597-4e91-99d4-846fe934b629 // Source: https://usaco.guide/general/io #include <bits/stdc++.h> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; cout << "The sum of these three numbers is " << a + b + c << "\n"; }

Compilation message (stderr)

/usr/bin/ld: /tmp/cc4R3KZK.o: in function `main':
stub.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccA1A6hS.o:ancient2.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/cc4R3KZK.o: in function `main':
stub.cpp:(.text.startup+0xa7): undefined reference to `Solve[abi:cxx11](int)'
collect2: error: ld returned 1 exit status