battle of the brains setup
This commit is contained in:
18
solutions/battle-of-the-brains-2026/Solution.java
Normal file
18
solutions/battle-of-the-brains-2026/Solution.java
Normal file
@@ -0,0 +1,18 @@
|
||||
// General imports
|
||||
|
||||
import java.io.*;
|
||||
import java.math.*;
|
||||
import java.util.*;
|
||||
|
||||
public class Solution {
|
||||
public static void main(String[] args) {
|
||||
Scanner sc = new Scanner(System.in);
|
||||
|
||||
// Write code here
|
||||
|
||||
int a = sc.nextInt();
|
||||
System.out.println(a);
|
||||
|
||||
sc.close();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user