
01.11.2021, 19:27
|
|
Познающий
Регистрация: 06.09.2018
Сообщений: 32
С нами:
4045092
Репутация:
23
|
|
competitive programming tour 2021 from hackerrank & facebook:
[CODE]
#include
int
main
(
)
{
int
a
{
}
,
b
{
}
;
std
::
cin
>>
a
>>
b
;
std
::
cout
>
a
;
std
::
cout
|
|
|