Vó Vitória

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main() { int N, J, Z, teste=0, cofreJ=0, cofreZ=0; scanf("%d", &N); while(N>0) { teste++; printf("Teste %d\n", teste); for(int i=1; i<=N; i++){ scanf("%d %d", &J, &Z); cofreJ+=J; cofreZ+=Z; printf("%d\n", cofreJ-cofreZ); } putchar('\n'); scanf("%d", &N); } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines