Desafio Dio #54
cleysoncassio
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
Scanner scan = new Scanner(System.in);
int T = scan.nextInt();
//TODO: Complete os espaços em branco com uma possível solução para o desafio
}
}
Beta Was this translation helpful? Give feedback.
All reactions