mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 06:38:48 +00:00
28173 [Easy] Rochine Round 4
T123857: R44260916
This commit is contained in:
parent
0b863a7ccf
commit
d02a6c25a2
10
contest/28173/T123857/T123857.cpp
Normal file
10
contest/28173/T123857/T123857.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
long long a;
|
||||
cin >> a;
|
||||
cout << 90ll - a << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user