Problem Statement
Read six integers and count how many adjacent pairs contain equal values.
DEMO-OOP-33 โข Object Oriented Programming
Read six integers and count how many adjacent pairs contain equal values.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
1 1 2 3 3 3
Adjacent Equals: 3
5 4 4 4 2 2
Adjacent Equals: 3
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question