Skip to content

Comments

feat: solve risk-risiko.cpp#472

Open
antonioialazzo wants to merge 4 commits intoUNICT-Quality-Development:mainfrom
antonioialazzo:risikovero
Open

feat: solve risk-risiko.cpp#472
antonioialazzo wants to merge 4 commits intoUNICT-Quality-Development:mainfrom
antonioialazzo:risikovero

Conversation

@antonioialazzo
Copy link

No description provided.

printf("\n%3.c%5.c\n", 'R', 'B');
for (int i=0; i<3; i++){
cout << chs[i] << " " << v1[i] << " vs " << v2[i] << " => " << (v1[i]>v2[i] ? "red win" : "blue win" ) << endl;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manca return 0
inoltre, hai scritto tanto codice dentro il main, potresti spezzettarlo in più funzioni separate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants