Accepted
Code
#include <bits/stdc++.h>
using namespace std;
int main() {
    ios::sync_with_stdio(false);    
    cin.tie(nullptr);cout.tie(nullptr);
    int x;
    while(cin >> x)
        cout << 120 - x << " ";   
    return 0;
}Information
- Submit By
- Type
- Submission
- Problem
- P1130 A. Angle Equalizer
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-01-03 18:13:24
- Judged At
- 2025-01-03 18:13:24
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 796.0 KiB