Submission
Status:
Compilation Error
Subtask/Task Score:
Score: 0
User: kavin8888
Problemset: Breakfast
Language: cpp
Time: 0.000 second
Submitted On: 2025-10-19 20:31:37
#include<bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
int a, b, c; cin>>a>>b>>c;
cout<<a+b+c;
return 0;
}