QuestionWrite a program which reads a sequence A of n elements and an integer M, and outputs “yes” if you can make M by adding elements in A, otherwise “no”……继续阅读 » 站点默认 4年前 (2020-04-11) 3678浏览 36评论1个赞
QuestionSample Input 15 381739Sample Output 110Sample Input 24 21226Sample Output 26MeaningSolutionCodingSummary……继续阅读 » 站点默认 4年前 (2020-04-09) 8644浏览 7评论0个赞
QuestionYour task is to write a program of a simple dictionary which implements the following instructions:insert str: insert a string str in to the dictionaryfind str: if the d……继续阅读 » 站点默认 4年前 (2020-04-09) 2774浏览 2评论1个赞
QuestionYou are given a sequence of n integers S and a sequence of different q integers T. Write a program which outputs C, the number of integers in T which are also in the set S……继续阅读 » 站点默认 4年前 (2020-04-09) 4465浏览 54评论2个赞
QuestionYou are given a sequence of n integers S and a sequence of different q integers T. Write a program which outputs C, the number of integers in T which are also in the set S……继续阅读 » 站点默认 4年前 (2020-04-09) 4692浏览 31评论0个赞
QuestionAssume that rain is falling endlessly in the region and the water overflowing from the region is falling in the sea at the both sides. For example, for the above cross-s……继续阅读 » 站点默认 4年前 (2020-04-09) 2495浏览 25评论0个赞
QuestionStackCoding #include<iostream>#include<stack>#include<cstdio>#include<stdlib.h>using namespace std;stack&……继续阅读 » 站点默认 4年前 (2020-04-07) 2160浏览 18评论0个赞
QuestionYour task is to implement a double linked list.Write a program which performs the following operations:insert x: insert an element with key x into the front of the list.……继续阅读 » 站点默认 4年前 (2020-04-05) 5550浏览 44评论2个赞
QuestionTime Limit : 1 sec , Memory Limit : 131072 KB , isSolved :There are n processes in a queue. Each process has namei and timei. The round-robin scheduling handles the proce……继续阅读 » 站点默认 4年前 (2020-04-05) 1626浏览 8评论0个赞
QuestionReverse Polish notation is a notation where every operator follows all of its operands. For example, an expression (1+2)*(5+4) in the conventional Polish notation can be r……继续阅读 » 站点默认 4年前 (2020-04-04) 1248浏览 2评论0个赞
Question 1 insertionSort(A, n, g)2 for i = g to n-13 v = A[i]4 j = i - g5 while j >= 0 && A[j] &g……继续阅读 » 站点默认 4年前 (2020-04-04) 3596浏览 26评论0个赞
QuestionLet’s arrange a deck of cards. There are totally 36 cards of 4 suits(S, H, C, D) and 9 values (1, 2, … 9). For example, ‘eight of heart’ is represe……继续阅读 » 站点默认 4年前 (2020-03-28) 1403浏览 1评论0个赞
QuestionWrite a program of the Selection Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 4年前 (2020-03-28) 21023浏览 1评论0个赞
QuestionWrite a program of the Bubble Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 4年前 (2020-03-28) 1273浏览 1评论0个赞
Write a program of the Insertion Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 4年前 (2020-03-28) 2830浏览 37评论0个赞
好久没写博客了,,,算了算应该有一个多月了把。话不多说,因为这次疫情,我们需要每天易班签到,我又起不来,不过还行现在以及可以12点后签到了,之前学校设置8点前都不让签到。。。。直接贴代码了。。。 #coding=utf-8from selenium import webdriverimpo……继续阅读 » 站点默认 4年前 (2020-03-05) 26687浏览 236评论9个赞
例如: from MyQR import myqrmyqr.run(words='http://7m1.cn/02/zhaopian/index.asp', picture='pig.gif', colorized=True, save_name="pig.gif") ……继续阅读 » 站点默认 4年前 (2020-01-06) 130928浏览 1评论7个赞
1366*768分辨率图片地址 https://api.dujin.org/bing/1366.php1920*1080分辨率图片地址 https://api.dujin.org/bing/1920.php二次元动漫 https://api.ixiaowai.cn/api/api.phpmenhear酱https://api.ixiaowai.……继续阅读 » 站点默认 4年前 (2020-01-03) 2445浏览 1评论1个赞
在前端开发中,F12审查元素的情况下,大家都可以随机更改一部分页面的代码,注入恶意JS等等,这种情况避免也不难,虽然还能看到一部分H5源码,但是无法修改。屏蔽F12 审查元素 <script> document.onkeydown = function () { ……继续阅读 » 站点默认 4年前 (2020-01-03) 2221浏览 11评论1个赞
一个很个性好看的404页面 <!DOCTYPE html><html lang="en" ><head><meta charset="UTF-8"><title>废江-404</title><meta……继续阅读 » 站点默认 4年前 (2020-01-03) 6914浏览 4评论0个赞