Parallelogram
Tehtävä
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.
Ratkaisu
solution.cpp
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 1
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 7.69
Parallelogram
Pyyhkäise näyttääksesi valikon
Tehtävä
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.
Ratkaisu
solution.cpp
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 7.69Osio 2. Luku 1
single