题解列表

筛选

人见人爱A+B(简单易懂)

摘要:解题思路:注意事项:带码的时间复杂度有点长。参考代码:#include<stdio.h>int main(){  int a1,b1,c1;  int a2,b2,c2;  int a,b,c;  i……

较简单的电报加密

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>void main(){ char a[1000]; int i,n; gets(a); n=str……

1798: 汪汪与打针(python)

摘要:while True:     try:         a,b = map(int,input().split())         if a<120: