Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: 68naruebet

Problemset: Breakfast

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-05 21:20:57

#include <iostream>

using namespace std;

int main()
{
    int x,y,z;
    cin>>x>>y>>z;
    cout<<x+y+z;
    return 0;
}