Accepted
Code
//sadias
#include <bits/stdc++.h>
using namespace std;
int main(){
int a1, a2, a3;
cin >> a1 >> a2 >> a3;
cout << (120 - a1) << " " << (120 - a2) << " " << (120 - a3) << '\n';
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1130 Angle Equalizer
- Contest
- Happy New Year 2025
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-01-02 14:35:05
- Judged At
- 2025-01-02 14:35:05
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB