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

product Output Only

Registered Users Only

Please login to utilize this feature.

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

product.html

Problem Description

This is a testing problem for the output only functions of mrJudge

Given 3 numbers per testcase, H, W and N, generate a text file with H (height) by W (width) characters consisting of only '.' and '#'. However, there must be N '#' in the text file.

There will be 10 input cases for this problem, with the i-th case labelled i.txt. For each testcase, submit a corresponding i.out file. (You do not have to name your file i.out, just select the appropriate file to be that in the submission system, the judge will rename it for you. Alternatively, you may just copy its contents into the submission system)

Sample Input

5 5 5

Sample Output

#....
.#...
..#..
...#.
....#

Tags

Output Only

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
1100101s64MBAverage

Attachments

Attachment Filesize Last Updated
6.txt12B3 Jul 2013, 01:48:22
10.txt15B3 Jul 2013, 01:48:22
3.txt10B3 Jul 2013, 01:48:22
2.txt6B3 Jul 2013, 01:48:22
1.txt6B3 Jul 2013, 01:49:11
5.txt13B3 Jul 2013, 01:48:22
4.txt11B3 Jul 2013, 01:48:22
7.txt6B3 Jul 2013, 01:48:22
9.txt18B3 Jul 2013, 01:48:22
8.txt18B3 Jul 2013, 01:48:22

Accepted Submissions

subIDUserTimeMax Time

Past Submissions

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