Parallelogram
Tarea
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.
Solución
solution.cpp
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 1
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 7.69
Parallelogram
Desliza para mostrar el menú
Tarea
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.
Solución
solution.cpp
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Awesome!
Completion rate improved to 7.69Sección 2. Capítulo 1
single