Enviado em 04/11/2019 - 15:28h
Bom dia, pessoal!String entrada;
String valores[];
placar = new String[N];
for (int i = 0; i < N; i++) {
entrada = teclado.next();
valores = entrada.split(";");
}
int A[];
A = new int[N];
int B[];
B = new int[N];
for (int i = 0, j = 0; i < N; i++, j = j + 2) {
A[i] = Integer.parseInt(valores[j]);
B[i] = Integer.parseInt(valores[j + 1]);
}
Servidor de Backup com Ubuntu Server 24.04 LTS, RAID e Duplicati (Dell PowerEdge T420)
Visualizar câmeras IP ONVIF no Linux sem necessidade de instalar aplicativos
Atualizar Debian Online de uma Versão para outra
Proteja seu Linux Mint com o Timeshift: Restaure o sistema mesmo que ele não inicie!
Instalando Google Chrome no Debian 13
Salvar estado da VM no virt-manager (1)
meus dois pen drives não são mais reconhecidos pelo meu PC apos tentar... (2)
Configuração/... de Apache Hop (1)
Alguém pode me recomendar um editor de textos? [RESOLVIDO] (6)