Submission #15090

#TimeUsernameProblemLanguageResultExecution timeMemory
15090ainu7꼬마 정민 (kriii3_RR)C++98
20 / 20
0 ms1716 KiB
#include <math.h> #include <stdio.h> #include <string.h> #include <vector> #include <string> #include <queue> #include <map> #include <algorithm> #include <cmath> #include <iostream> #include <sstream> #include <set> using namespace std; int main() { long long a, b, c; cin >> a >> b >> c; cout << a + b + c << endl; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...