← Back to archive

Stdle #3 · 2026-06-09

What does this log?

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

#include <stdio.h>
int main(void) {
printf("%d %d\n", 7 / 2, -7 / 2);
return 0;
}
Numbers
4 attempts left

Answer & explanation