Submission #1130815

#TimeUsernameProblemLanguageResultExecution timeMemory
1130815algoproclubPalindromes (APIO14_palindrome)C++20
0 / 100
0 ms320 KiB
// UUID: 7d70aaf9-750d-46c0-9b42-71ee166c4772
// 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";
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...