2 条题解

  • -1
    @ 2025-12-17 20:48:41
    using namespace std;
    int main()
    {
    	srand(time(NULL));
    	cout<<rand();
    	return 0;
    }
    
    

    判断一个数能否同时被 3 和 5 整除

    信息

    ID
    6899
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    35
    已通过
    23
    上传者