给定n个整数,求一个最小的数,使得它们除以这个数的余数不重复


/ Published in: C
Save to your folder(s)

/**
* @brief 给定n个整数,求一个最小的数,使得它们除以这个数的余数不重复
* @author soulmachine
* @param[in] numbers 整数数组
* @param[in] count 整数个数
* @param[in] max_norm 模的最大值
* @return 成功返回大于0的最小模,失败返回0或-1
* @note æ— 
* @remarks æ— 
*/

URL: http://www.yanjiuyanjiu.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.