Completa la declaració
Submit solution
Points:
10
Time limit:
5.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
C#, Go, Java, Python
Donat el següent codi amb una variable, afegeix el tipus int i assigna-li el valor 123456.
import java.util.Locale;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
scanner.useLocale(Locale.ENGLISH);
variable // canvia aquesta linia
System.out.println(variable);
}
}
No oblidis el ; al final de la sentència.
Input Format
-
Constraints
-
Output Format
-
Sample Output 0
123456
Autoria: Gerard Falcó
CC BY-NC-SA 4.0