jvviibr 0 Posted May 2, 2019 Report Share Posted May 2, 2019 Imprimir uma tabela para DEZ times num torneio de dois turnos. Esta dando algum error mas eu não estou conseguindo concerta alguém poderia me ajudar por favor ? #include<iostream> #include<cstdlib> #include <stdio.h> using namespace std; int main(){ int l,c; char r; for(l<-1;l<=10;l++) { for(c<-1;c<=10;c++) if (l<>c) cout<<"\n time",l," x time",c,"; } cout<< "\n \n Pressione enter:"; cin>>r; } Quote Link to post Share on other sites
Question
jvviibr 0
Imprimir uma tabela para DEZ times num torneio de dois turnos.
Esta dando algum error mas eu não estou conseguindo concerta
alguém poderia me ajudar por favor ?
Link to post
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.