C++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

C++

Transportación de C++ ¿Qué código es?

11th Mar 2021, 8:56 PM
The Lion Alex 1
The Lion Alex 1 - avatar
7 Respuestas
+ 1
For first your code is wrong. You missed at least one letter in almost every word. Thats have to be: int x; cin >> x; x %= 5; int y = 5 - (x %= 5); cout << y << endl;
11th Mar 2021, 10:49 PM
Nazeekk
Nazeekk - avatar
0
Ya lo resolví.
11th Mar 2021, 9:58 PM
The Lion Alex 1
The Lion Alex 1 - avatar
0
it x; cn >> x; x %= 5; it y = 5 - (x %= 5); ct<<y<<el;
11th Mar 2021, 10:00 PM
The Lion Alex 1
The Lion Alex 1 - avatar
0
Describe it in English
11th Mar 2021, 10:27 PM
Nazeekk
Nazeekk - avatar
0
Transportation of C++ ¿What code is?
11th Mar 2021, 10:46 PM
The Lion Alex 1
The Lion Alex 1 - avatar
0
There is the answer.
11th Mar 2021, 10:46 PM
The Lion Alex 1
The Lion Alex 1 - avatar
0
it x; cn >> x; x %= 5; it y = 5 - (x %= 5); ct<<y<<el;
11th Mar 2021, 10:46 PM
The Lion Alex 1
The Lion Alex 1 - avatar