제출 #1131988

#제출 시각아이디문제언어결과실행 시간메모리
1131988algoproclubTug of War (BOI15_tug)C++20
0 / 100
0 ms324 KiB
// UUID: 2dc73dd8-f0ae-4a52-878a-f6024ca75dc7
// 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...