oj mrJudge
Toggle navigation
  • Login
    • Forget Password
      Login
User Image

Hello, Stranger

Guest
  • Analysis Mode
  • Problems
    • All Problems
    • Latest Problems
  • Join Us Now
  • Registration
  • Contact Us
  • Infomation
  • About
    • Terms of Use
    • Technical Specifications
    • Credits

timelimitexceeded Batch , stdin/stdout

Registered Users Only

Please login to utilize this feature.

Do note that this website only supports submissions in C++.

timelimitexceeded.html

Document

Time Limit Exceeded

1 Introduction

As we all know, Clarence loves playing cookie clicker!

One day, a magical white rabbit Benson came to Clarence with N games of cookie clicker, each of which played by one of his NUS December Course students and has Ai cookies

Clarence is under pressuer! He has a dinner(cookie eating) date with Yue Chen and does not have much time. He needs to select the game with the most cookies

2 Input Format

The first line of input will contain 1 integer, N < 10^12

The next N lines of input will contain 1 integer Ai < 100

3 Output Format

There will be one line of output, the maximum number of cookies Clarence can get

Tags

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
1100100.1s32MBMaximum

Judge Compile Command

g++-8 ans.cpp -o timelimitexceeded -Wall -Wshadow -static -O2 -lm -m64 -s -w -std=gnu++17 -fmax-errors=512

Accepted Submissions

subIDUserTimeMax Time

Past Submissions

subIDUserTimeScore
mrJudge 09.05.20
Copyright © 2020 mrJudge. All rights reserved.