Why is this code dumped in this compiler? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
8th May 2024, 4:43 PM
TeaserCode
5 ответов
+ 3
You can't have a remainder of something that you didn't divide ( line 29 ). From C++ Standard(2020), section 7.6.5/4 says: ... If the second operand of / or % is zero the behavior is undefined; ...
9th May 2024, 11:14 AM
MO ELomari
MO ELomari - avatar
+ 4
TeaserCode , it would be better to put and save the code in playground and post a link to it here.
8th May 2024, 6:48 PM
Lothar
Lothar - avatar
+ 3
MO ELomari thank you very much, you have right
9th May 2024, 11:18 AM
TeaserCode
+ 1
Which programming language is it?
8th May 2024, 9:45 PM
Fabian Roy
Fabian Roy - avatar
0
Como funciona esse app
10th May 2024, 2:31 PM
Eduardo
Eduardo - avatar