Last active
March 10, 2024 19:02
-
-
Save krishnanraman/84454eb036853fa73f8a5c4226e64af9 to your computer and use it in GitHub Desktop.
3.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dim(subset(expand.grid(a=0:80,b=seq(2,80,2),c=c(0,2,5)), a+b+c == 80)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment