public class Main {
public static void main(String[] args) {
Scanner len=new Scanner(System.in);
System.out.println("Введите размерность матрицы");
int lengh = len.nextInt();
Field field1 = new Field(lengh);
System.out.println(field1.toString()());
System.out.println(field1.getDeterminant());
}
public class Field {
private int lgth;
private int a[][];
public Field(int lengh){
lgth = lenght;
a=new int[lgth][lgth];
for (int i=0;i < a.length-1;i++){
for (int j=0;j < a[i].length-1;j++){
a[i][j]=(int)(Math.random()*10);
}
}
}
public int getDeterminant(){
switch(lght):
case 1: return determinant1();
case 2: return determinant2();
case 3: return determinant3();
default: return -1; //Если не реализовано
}
private int determinant1(){
int tempdetermin = матан;
return tempdetermin;
}
private int determinant2(){
int tempdetermin = матан;
return tempdetermin;
}
private int determinant3(){
int tempdetermin = матан;
return tempdetermin;
}
@Override
public String toString(){
String str ="";
for (int i=0;i < a.length-1;i++){
for (int j=0;j < a[i].length-1;j++){
str+=(a[i][j]+" ");
}
str+="\n";
}
return str;
}
}
gift-certificates
, я так понимаю, это глобальный префикс для контроллера@GetMapping(params = {ParameterName.SORT_BY})
означает: вызови этот метод, когда урл выглядит как gift-certificates?sort_by
@GetMapping
- который отвечает за gift-certificates
, поскольку все параметры после знака вопроса опциональны.int n = Integer.parseInt(str.split(" ")[0]);
int m = Integer.parseInt(str.split(" ")[1]);
while(true) { // здесь занимает больше всего ресурсов
int g = 0;
for (int i = 0; i < acc.length; i++) {
g += acc[i] / pays;
}
if(g >= m) break;
else pays--;
}
<script type="text/ваш-язык-программирования"></script>
def URL = "sdfgsdfg https://inclouds.bizmail.ru hgfghfhgfhgf gfhgf"
print(URL.findAll(/(?<=:\/\/)[\w\d.]+/))
Complex res = real.increment(imaginary);
System.out.println(real.increment(imaginary));
real.increment(imaginary);
System.out.println(real);
// Какую концепцию проверяем?
// Это не просто проверка функции ListAll, это проверка какой-то концепции кода
// Варианты.
// 1. Пустой listAll() даёт пустой список.
// 2. Непустой listAll() даёт непустой список.
void testListAll() {
ArrayList<Product> productList = new ArrayList<Product>();
// Проводим поиск в списке — что в этот список вносится?
// И не будет ли физической зависимости тестов друг от друга?
// И для чего вообще нужен этот search, если мы listAll тестируем?
// Что такое ProductRepository и он вообще проверен?
when(this.productRepository.search((String) any())).thenReturn(productList);
// Ну, хорошо.
List<Product> actualListAllResult = this.productService.listAll("Keyword");
// Отказ, они не same: первый мы только что создали, а второй откуда-то пришёл.
assertSame(productList, actualListAllResult);
// Получается, что концепция — поиск, когда ничего не находится?
assertTrue(actualListAllResult.isEmpty());
verify(this.productRepository).search((String) any());
// Получается, единственная концепция, которую мы тестируем,— поиск в пустом списке даёт пустоту
// (и та некорректная из-за assertSame).
assertTrue(this.productService.getAll().isEmpty());
}