Lightoj 1078(模拟取余) 这道题其实就是个手动模拟除法的过程,每次对所得余数*10+后面的一位数字重新得到一个数,循环此过程直到整除就行了;#include#include#include#include#include#define N 60using namespace std;int main(){ int t,n,d,k,h; scanf("%d",&t); k=0; 基础题 2023-11-15 154 点赞 2 评论 233 浏览
布尔代数(Boolean Algebra)1 布尔代数(algebra theorem)2 香农展开(shannon's expansion theorems) 1 布尔代数(algebra theorem)2 香农展开(shannon's expansion theorems) 数字设计 2023-11-11 165 点赞 2 评论 250 浏览