/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 2ms 1.609 MiB
#2 Accepted 1ms 532.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 2ms 532.0 KiB
#5 Accepted 3ms 532.0 KiB
#6 Accepted 3ms 532.0 KiB
#7 Accepted 3ms 444.0 KiB
#8 Accepted 3ms 532.0 KiB
#9 Accepted 3ms 532.0 KiB
#10 Accepted 4ms 508.0 KiB
#11 Accepted 5ms 340.0 KiB
#12 Accepted 5ms 532.0 KiB
#13 Accepted 5ms 532.0 KiB

Code

#include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
#define fastIO() ios_base::sync_with_stdio(0), cin.tie(0);
#define endl '\n'
#define ll long long
#define pb push_back
#define ub upper_bound
#define lb lower_bound
#define fin freopen("input.txt", "r", stdin)
#define fout freopen("output.txt", "w", stdout)
#define pi pair<ll, ll>
#define M (ll)(1e9 + 7)
int main(){
    fastIO()
    ll a,b,c;
    cin>>a>>b>>c;
    cout<<120-a<<" "<<120-b<<" "<<120-c<<endl;
}

Information

Submit By
Type
Submission
Problem
P1130 Angle Equalizer
Language
C++17 (G++ 13.2.0)
Submit At
2025-01-03 18:01:08
Judged At
2025-01-03 18:01:08
Judged By
Score
100
Total Time
5ms
Peak Memory
1.609 MiB