Submission
Status:
PPPPPPPPPP
Subtask/Task Score:
100/100
Score: 100
User: latte_zaza5567
Problemset: Breakfast
Language: cpp
Time: 0.004 second
Submitted On: 2025-12-21 08:45:36
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const ll inf = 1e18;
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
int x, y,z;
cin>>x>>y>>z;
cout<<(x+y+z);
return 0;
}