Parallelogram
Tarefa
Swipe to start coding
You have four integer values a
, b
, c
and d
, which represent the lengths of lines.
- Determine if it is possible to create a parallelogram using these lines.
- Output in the console:
YES
, if it is possible;NO
, if it is not possible.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 1
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 7.69
Parallelogram
Deslize para mostrar o menu
Tarefa
Swipe to start coding
You have four integer values a
, b
, c
and d
, which represent the lengths of lines.
- Determine if it is possible to create a parallelogram using these lines.
- Output in the console:
YES
, if it is possible;NO
, if it is not possible.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 1
single