Input
The only line of the input contains a 7-digit hexadecimal number. The first “digit” of the number is letter A, the rest of the “digits” are decimal digits 0-9.Output
Output a single integer.Examplesinput
A278832
output
0
input
A089956
output
0
input
A089957
output
1
input
A144045
output
1
Solution:
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); string s; cin >> s; cout << (s.back() % 2) << '\n'; return 0; }
Related posts:
Check whether a graph is bipartite
Irreducible Anagrams
Circle of Numbers
Buy Low Sell High
Exploration plan
Minimum spanning tree - Prim's algorithm
Helping People
Xors on Segments
Information Graph
Challenges in school №41
Two Teams Composing
New Year and North Pole
TorCoder
Tree-String Problem
Bingo!
Binomial Coefficients
Au Pont Rouge
Mateusz and an Infinite Sequence
Lyndon factorization
Om Nom and Candies
Intersection Point of Lines
Maximum Reduction
Looksery Party
Longest increasing subsequence
New Year Transportation
Fence Planks
D´Esopo-Pape algorithm
Một số vấn đề đáng chú ý trong môn Tin học - Phan Công Minh
Drazil Likes Heap
Game on Tree
Smallest Word
Xenia and Hamming