제출 #15048

#제출 시각아이디문제언어결과실행 시간메모리
15048myungwoo꼬마 정민 (kriii3_RR)C++14
20 / 20
0 ms1716 KiB
#include <bits/stdc++.h>
using namespace std;

typedef long long lld;

int main()
{
	lld a, b, c;
	cin >> a >> b >> c;
	cout << a + b + c << endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...