Submit | All submissions | Best solutions | Back to list |
IITKDS18PA1QT - Test Problem |
The problem is that we want to check whether we can add a problem or not.
Input
No. of times you need to print "Hello World!" (without quotes)
Output
print "Hello World!" (without quotes)
Example
Input: 2 Output: Hello World!
Hello World!
Added by: | Programming Club, IITK |
Date: | 2018-08-12 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | C C++ 4.3.2 CPP CPP14 JAVA PYTHON PYTHON3 |
hide comments
2018-08-13 12:30:58 wisfaq
I fail to see why you publish this one in classical. If you want to try out if it ispossible to publish a problem you could at least have chosen the tutorial collection. Please remove this "problem" asap from the classical collection. Last edit: 2018-08-13 12:31:48 |
|
2018-08-13 09:50:12 wisfaq
Both "Hello World" and "Hello World!" are accepted. Even 'Hello World! 12345' gets accepted. "There's something rotten in the state of Denmark" gets accepted too. Even no output at all gets AC. Last edit: 2018-08-13 09:56:27 |