Skip to content

Instantly share code, notes, and snippets.

View M-zhar's full-sized avatar

MAZHAR ANSARI M-zhar

  • 20:10 (UTC -12:00)
View GitHub Profile
@M-zhar
M-zhar / Bit++.java
Created September 29, 2025 14:56 — forked from Jack-Saleem/Bit++.java
Codeforces 282A Bit++ program in java
import java.util.Scanner;
public class Bitplusplus
{
public static void main(String args[])
{
Scanner ip = new Scanner(System.in);
int num = ip.nextInt();
int x=0;
String a = "++X";
String b = "X++";