Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int n, c, d; scanf("%d%d%d", &n, &c, &d); while(n!=0 && d!=0 && c!=0) { printf("%d\n", n*c*d); scanf("%d%d%d", &n, &c, &d); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines