제출 #15086

#제출 시각아이디문제언어결과실행 시간메모리
15086fleo0917꼬마 정민 (kriii3_RR)C++14
10 / 20
0 ms1716 KiB
#include <iostream>
int main(int argc, char *argv[])
{
    int a, b, c;
    std::cin >> a >> b >> c;;
    std::cout << a + b + c << std::endl;
    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...