最新 最热

ACMSGURU 106 - The equation

There is an equation ax + by + c = 0. Given a,b,c,x1,x2,y1,y2 you must determine, how many integer roots of this equation are satisfy to the following condition...

2021-08-11
1

ACMSGURU 107 - 987654321 problem

For given number N you must output amount of N-digit numbers, such, that last digits of their square is equal to 987654321.

2021-08-11
1

ACMSGURU 115 - Calendar

First year of new millenium is gone away. In commemoration of it write a program that finds the name of the day of the week for any date in 2001.

2021-08-11
1

LeetCode 0088 - Merge Sorted Array

Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.

2021-08-11
1

ACMSGURU 111 - Very simple problem

You are given natural number X. Find such maximum integer number that it square is not greater than X.

2021-08-11
1

ACMSGURU 117 - Counting

Find amount of numbers for given sequence of integer numbers such that after raising them to the M-th power they will be divided by K.

2021-08-11
1

LeetCode 0069 - Sqrt(x)

x is guaranteed to be a non-negative integer.

2021-08-11
0

LeetCode 0074 - Search a 2D Matrix

Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:

2021-08-11
1

LeetCode 0059 - Spiral Matrix II

Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order.

2021-08-11
1

LeetCode 0066 - Plus One

Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.

2021-08-11
1