Accepted
Code
#include <bits/stdc++.h>
using namespace std;
int main() {
for(int i=1; i<=3; i++){
int x;
cin>>x;
cout<<120-x<< " ";
}
}
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 15:34:16
- Judged At
- 2025-01-02 15:34:16
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 772.0 KiB