You are viewing a single comment's thread. Return to all comments →
public static void main(String[] args) { Scanner in = new Scanner(System.in); long n = in.nextLong(); int s=0; for(int i=0;i
if(a==k){ s++; } } System.out.println(s); }
Seems like cookies are disabled on this browser, please enable them to open this website
Sum vs XOR
You are viewing a single comment's thread. Return to all comments →
public static void main(String[] args) { Scanner in = new Scanner(System.in); long n = in.nextLong(); int s=0; for(int i=0;i