ques 1

3

2 votes
Very-Easy
Problem
  • you are given n group of friends. every group has Ai friends. You being the group leader decided to call the taxi. every taxi contains 4 empty seats. What is the minimum number of taxi required.

input Format:br> First line contains N, the number of groups. Next Line contains n integers, each defining group size.

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?