syntax fixing

This commit is contained in:
Jidong Xiao
2024-01-29 16:44:20 -05:00
parent 10fad377bd
commit 9f1e90e628

View File

@@ -97,7 +97,7 @@ The Crown
Note that these recommendations are specifically for this user - as specified by the command line argument userID. Apparently your program will produce different recommendations for different users. Note that these recommendations are specifically for this user - as specified by the command line argument userID. Apparently your program will produce different recommendations for different users.
1. in the case where the number of command line argument is not 6, your program should use std::cerr to print the following message: 1. in the case where the number of command line arguments is not 6, your program should use std::cerr to print the following message:
```console ```console
Usage: nyrecommender.exe movieRatings.txt showRatings.txt output.txt userID numRecommendations Usage: nyrecommender.exe movieRatings.txt showRatings.txt output.txt userID numRecommendations