Ultraviolet A 12100-Printer Queue

Source: Internet
Author: User

Ultraviolet A 12100-Printer Queue

Description: The position of the input printing task and the followed task, starting from 0. If the priority of the current task is not the highest, add the current task to the end of the queue. Calculates the time when the current task is printed. It takes one minute to print each task.

Idea: similar to priority queue, but different. Sets the priority of an array record and sorts it from large to small, and then simulates the execution.

Code:

import java.util.*;public class Main12100 {public static void main(String[] args) {Scanner scan = new Scanner(System.in);int t = scan.nextInt();while(t-- > 0) {Queue
 
   q = new LinkedList
  
   ();int n = scan.nextInt();int f = scan.nextInt();work[] w = new work[n];for(int i=0; i
   
    


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.