1
2#pragma GCC system_header
3
4char
5operator"" stdsuffix(char __c)
6{ return __c/2; }
7