Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: Gun555XD

Problemset: Breakfast

Language: cpp

Time: 0.003 second

Submitted On: 2025-12-21 15:30:01

#include <bits/stdc++.h>

using namespace std;

int main() {
    int n,m,b;
    cin >> n >> m >> b;
    cout << n+m+b;
    return 0;
    
}