Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int CompC, AltC, LargC, CompN, LargN, AltN, quantLN, quantCN, quantAN, Qtotal; scanf("%d %d %d", &CompC, &LargC, &AltC); scanf("%d %d %d", &CompN, &LargN, &AltN); quantLN = LargN/LargC; quantCN = CompN/CompC; quantAN = AltN/AltC; Qtotal = quantAN+quantLN+quantCN; printf("%d\n", Qtotal); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines