Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define nl "\n"
#define ws " "
#define FASTIO ios_base::sync_with_stdio(false); cin.tie(NULL);
#define MOD 1000000007
typedef vector<ll> vi;
typedef vector<pair<ll, ll>> vii;
int main () {
FASTIO
int a, b, c;
cin>>a>>b>>c;
cout<<120 - a<<ws<<120 - 95<<ws<<120 - c<<nl;
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:33:23
- Judged At
- 2025-01-02 14:33:23
- Judged By
- Score
- 0
- Total Time
- 1ms
- Peak Memory
- 532.0 KiB