##背景##
第一节是数学课,今天做减法,YHY老师走了进来……
##描述##
做减法
##输入格式##
输入:两个整数a,b(-2^63<=a,b<2^63)
##输出格式##
输出:一个整数,表示两数的差(从个位开始,每隔三位加一个","号)。
##样例输入##
7777777 -29
##样例输出##
7,777,806
##提示##
小心负数!!!
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.