Recent projects

8. Dos números iguales o diferentes

C++ · an anonymous user
2 hours ago
//8. Lee dos números e indica si son iguales o diferentes. #include <iostream> using namespace std; int main() { int num1, num2; cout << "Ingrese el primer numero: "; cin >> num1;

8. Dos números iguales o diferentes

C++ · an anonymous user
2 hours ago
//8. Lee dos números e indica si son iguales o diferentes. #include <iostream> using namespace std; int main() { int numero; cout << "Ingrese un numero: "; cin >> numero;

Adadestan

Python · an anonymous user
2 hours ago
founded_numbers = 0 def get_inputs(): n = int(input()) boxes = [] for _ in range(n): box = list(map(int, input().split())) boxes.append(box[1:]) return boxes

7. Múltiplo de 5

C++ · an anonymous user
2 hours ago
//7. Lee un número e indica si es múltiplo de 5. #include <iostream> using namespace std; int main() { int numero; cout << "Ingrese un numero: "; cin >> numero;

6. Aprobar o reprobar

C++ · an anonymous user
3 hours ago
//6. Lee una calificación (0-100) e indica si el estudiante aprobó (>=60). #include <iostream> using namespace std; int main() { int nota; cout << "Ingrese la calificacion: "; cin >> nota;

anfänger.py

Python · an anonymous user
3 hours ago
print('Hello world!')

1

C · an anonymous user
3 hours ago
#include <stdio.h> #include <time.h> int main() { clock_t start, end; start = clock(); int a = 0x1; int b = 0x3;

5.mayor de edad

C++ · an anonymous user
3 hours ago
//5. Lee la edad de una persona e indica si es mayor de edad (18 o más) #include <iostream> using namespace std; int main() { int edad; cout << "Ingrese su edad: "; cin >> edad;

SIMULACION

Python · an anonymous user
3 hours ago
import random import numpy as np import matplotlib.pyplot as plt # ------------------------- # Parámetros # ------------------------- HORAS_SIMULACION = 24 TIEMPO_TOTAL = HORAS_SIMULACION * 60

SIMULACION

Python · an anonymous user
3 hours ago
import random import numpy as np import matplotlib.pyplot as plt # ------------------------- # Parámetros # ------------------------- HORAS_SIMULACION = 24 TIEMPO_TOTAL = HORAS_SIMULACION * 60

prog

C · an anonymous user
3 hours ago
#include <stdio.h> int main() { int T; scanf("%d", &T); for (int i = 0; i < T; i++){ int R1, R2; scanf("%d%d", &R1, &R2); int menor_raio; menor_raio = R1 + R2;

1

C · an anonymous user
3 hours ago
#include <stdio.h> #include <time.h> int main() { clock_t start, end; start = clock(); int a = 0x1; int b = 0x3;

suip

Perl · an anonymous user
3 hours ago
#!/usr/bin/perl use strict; use Digest::SHA qw(hmac_sha1 hmac_sha1_hex); my $key="8544E3B47ECA58F9583043F8"; my $mac=$ARGV[0]; die "Usage: supermicro-ipmi-key <MAC>" unless $mac;

Dieudelyn

C · mr_joker07
3 hours ago
#include <stdio.h> #incloud <stdlib.h> #include <time.h> int main() { int table [10]; int totale=0; int moyenne=0; int const qte=10;

4.Mostrar el mayor de tres números

C++ · an anonymous user
3 hours ago
//4. Lee tres números y muestra el mayor de los tres. #include <iostream> using namespace std; int main() { int numero1,numero2 ,numero3; cout << "Ingrese el primer numero: "; cin >> numero1;

Uu

C · an anonymous user
3 hours ago
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <string.h> int main(){ srand((unsigned int)time(NULL)); char *codon_pool[] = {"ATG", "GTG", "CAC", "CTG", "ACT", "CCT", "GAG", "AAG", "TCT"};

dl_reduce.sh

Bash · an anonymous user
3 hours ago
# 4 steps = 1) download the file 2) extract ONLY lat, long, area 3) add in a csv file 4) remove the original file to avoid overloading # warning : this code is entirely AI-generated (Claude) + asked it to explain each line from the code -> my comme

1

C · an anonymous user
3 hours ago
#include <stdio.h> #include <time.h> int main() { clock_t start, end; start = clock(); int a = 0x1; int b = 0x3;

3.cuál es el mayor.

C++ · an anonymous user
3 hours ago
//3. Lee dos números y muestra cuál es el mayor. #include <iostream> using namespace std; int main() { int num1, num2; cout << "Ingrese el primer numero: "; cin >> num1;

main

Python · an anonymous user
3 hours ago
# Declaro variables: nota_ex = 0.0 nota_max = 0.0 nota_men = 10.0 promedio = 0 cant_ex = int(input("Ingrese la cantidad de exámenes rendidos: ")) while cant_ex <= 0 and cant_ex >= 10: cant_ex = int(input("\n\n * * * ERROR * * *\n\nDebe ingresa