I ned guidance on this, more so what direction do I take to append to a string and make sure it is returning the string value? AccessLevel Editor 1 Finclude estring 2 Pinclude evector Problem Statement In many computer systems and retworks, dferent users are granted dferent levels of access to dferent resources. In this case, you are given vecterscnt user rights, indicating the privilege level of each user to ue some system resource. ou are also given iat iernissian, which 4- string can.occess(vectorcint> luser_rights, int minpereission) { S string p- "; 6 for(int -;i« user rights.size()-1; {+{ 7. if(user rights.at(i) « min.pemission){ cout ep+ "D"; s the minimum permission user must have to use this resource. 9. Jelse if(user,rights.ot(i) > min.permission) 10 11 12 } cout p+ "A'; You are to retuma string indicating which users can and cannot access ths resource. Each character in the retun vale carresponds to the element of users with the same index. A indicates the user is alowed

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
I ned guidance on this, more so what direction do I take to append to a string and make sure it is returning
the string value?
AccessLevel
Editor
1 Finclude «string.
2 Pinclude <vector>
Problem Statement
4. string can.occess(vector<int Suser.rights, int nin.pernission) {
S string p- ";
In many computer systems and networks, different users are granted
different levels of access to diferent resources. In this case, you are given
a vectorcinto user rights, indicating the privilege level of each user to
use some system resource. You are also given int sin parnission, which
6 forÇint i- 0; i < user_rights.size()-1; 6+X
7-
if(user rights.at(i) < min.pemission){
8
cout eep+ "D";
Is the minimum permission a user must have to use this resource.
Jelse if(user_rights.at(i) > min.permission){
10
11
9.
cout «p+ "A";
You are to retum a string indicating which users can and cannot access
this resource. Each character in the retum value carresponds to the
elament of users with the same index. A indicates the user is alowed
BCces, while 0indicates the user is denied access.
12}
13 }
14
Constraints
• user rights will contain betwoen 0 and 50 elemants (0 s
user rights.size() s 50), Inclusive.
• Each element of user rights wil be between 0 and 100, indusive.
Aiernission wil be betwoen O and 100, indlusive.
Examples
(0,1,2,1,4,) 2
Returna: "0OAA
Here, the first two users dont heve sufficent privieges, but the
remainder do.
Test
Submit
Transcribed Image Text:I ned guidance on this, more so what direction do I take to append to a string and make sure it is returning the string value? AccessLevel Editor 1 Finclude «string. 2 Pinclude <vector> Problem Statement 4. string can.occess(vector<int Suser.rights, int nin.pernission) { S string p- "; In many computer systems and networks, different users are granted different levels of access to diferent resources. In this case, you are given a vectorcinto user rights, indicating the privilege level of each user to use some system resource. You are also given int sin parnission, which 6 forÇint i- 0; i < user_rights.size()-1; 6+X 7- if(user rights.at(i) < min.pemission){ 8 cout eep+ "D"; Is the minimum permission a user must have to use this resource. Jelse if(user_rights.at(i) > min.permission){ 10 11 9. cout «p+ "A"; You are to retum a string indicating which users can and cannot access this resource. Each character in the retum value carresponds to the elament of users with the same index. A indicates the user is alowed BCces, while 0indicates the user is denied access. 12} 13 } 14 Constraints • user rights will contain betwoen 0 and 50 elemants (0 s user rights.size() s 50), Inclusive. • Each element of user rights wil be between 0 and 100, indusive. Aiernission wil be betwoen O and 100, indlusive. Examples (0,1,2,1,4,) 2 Returna: "0OAA Here, the first two users dont heve sufficent privieges, but the remainder do. Test Submit
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY