← Back to archive

Stdle #55 · numbers · 2026-07-31

What does this C++ snippet output?

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

#include <iostream>
int main() {
std::cout << (100 % 7) << " " << (100 / 7) << "\n";
}
Numbers
4 attempts left

Answer & explanation