摘要:
传送门:https://cn.vjudge.net/problem/UVA-1588 #include <iostream> #include <string.h> using namespace std; int kick(char *s1,char *s2, int n, int m) { in 阅读全文
摘要:
Problem Description A Fibonacci sequence is calculated by adding the previous two members the sequence, with the first two members being both 1. F(1) 阅读全文
摘要:
Problem Description Given an equilateral triangle with n the length of its side, program to count how many triangles in it. Input The length n (n <= 5 阅读全文