Posts by Igor Melo • 1 point
1 post
-
0
votes1
answer103
viewsQ: do I get exited with non-zero status in that pq code?
#include<stdio.h> int main(){ int i,jog,rod,placar[500],ponto=0,p,maxPonto=0,vencedor=0,rodCopia; scanf("%d %d",&jog,&rod); rodCopia = rod; …