← Back to archive

Stdle #13 · numbers · 2026-06-19

What does this C++ snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

#include <iostream>
int main() {
std::cout << (1 << 4) << " " << (32 >> 2) << "\n";
}
Numbers
4 attempts left

Answer & explanation