Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: samsenpisardmoo

Problemset: Breakfast

Language: cpp

Time: 0.003 second

Submitted On: 2025-11-22 08:21:38

#include <iostream>
using namespace std;
int main()
{
	int a,b,c;
	cin >> a >> b >> c;
	
	cout << a+b+c;
}