UVA10446 The Marriage Interview :-)

题目描述

让我们观看一片代码: ```cpp /* __int64 is a 64-bit integer data type in Visual C++. So the following code was written in Visual C++. */ typedef unsigned __int64 datatype; datatype count; datatype trib(int n,unsigned int back){ datatype sum=0; int i; count++; if(n

输入格式

多组数据,每组数据包含两个整数 $n,{back}$。

输出格式

每次代码的输出结果。