Aktualizovat „du5/program.c“
This commit is contained in:
parent
ad549fcc1c
commit
65fd275261
@ -10,7 +10,7 @@ int main(){
|
||||
int pos = 0;
|
||||
//Getting input
|
||||
for(int i = 0; i < 50; i++){
|
||||
if( poll(&mypoll, 1, 2000)){
|
||||
if( poll(&mypoll, 1, 3000)){
|
||||
scanf("%d %[^\n]", &score[pos], name[pos]);
|
||||
scanf("%*c");
|
||||
pos++;
|
||||
|
Loading…
Reference in New Issue
Block a user