8491 2024. 01. 19 07:30:48 DhaneHane Sakktábla (75 pont) cpp17 Hibás válasz 30/75 3ms 4020 KiB
// torta.cpp : This file contains the 'main' function. Program execution begins and ends there.
//

#include <iostream>
#include <vector>

using namespace std;

int db, n, o, m, i;

int main()
{  cin >> n >> m;
	o = n + m;
	i = o;
	while (db == 0)
	{
		if (i * i <= o) db = i;
		else --i;
	}
	cout << db;
}

// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu

// Tips for Getting Started: 
//   1. Use the Solution Explorer window to add/manage files
//   2. Use the Team Explorer window to connect to source control
//   3. Use the Output window to see build output and other messages
//   4. Use the Error List window to view errors
//   5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
//   6. In the future, to open this project again, go to File > Open > Project and select the .sln file
Részfeladat Összpont Teszt Verdikt Idő Memória
base 30/75
1 Elfogadva 0/0 3ms 1876 KiB
2 Hibás válasz 0/0 3ms 2124 KiB
3 Elfogadva 5/5 3ms 2488 KiB
4 Elfogadva 5/5 3ms 2576 KiB
5 Elfogadva 5/5 3ms 2820 KiB
6 Elfogadva 5/5 2ms 2904 KiB
7 Elfogadva 5/5 3ms 3124 KiB
8 Hibás válasz 0/5 3ms 2956 KiB
9 Elfogadva 5/5 3ms 3312 KiB
10 Hibás válasz 0/5 3ms 3440 KiB
11 Hibás válasz 0/7 3ms 3472 KiB
12 Hibás válasz 0/7 3ms 3596 KiB
13 Hibás válasz 0/7 3ms 3716 KiB
14 Hibás válasz 0/7 3ms 3928 KiB
15 Hibás válasz 0/7 3ms 4020 KiB