Stdle #74 · numbers · 2026-08-19
What does this C++ snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <iostream>int main() { int x = -1; unsigned y = 1; std::cout << (x < y) << "\n";}Numbers
Stdle #74 · numbers · 2026-08-19
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
#include <iostream>int main() { int x = -1; unsigned y = 1; std::cout << (x < y) << "\n";}