제출 #1130812

#제출 시각아이디문제언어결과실행 시간메모리
1130812algoproclub회문 (APIO14_palindrome)C++20
0 / 100
0 ms320 KiB
// UUID: fd47e48a-8c27-44ef-acf1-1f09f5efbedb // 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...