3 like 0 dislike
562 views

Online Judge is to compare your output with the desired output specific by the author of the problem.

This problem will expect the output:

Hello World!

So, you should output only the required output by this program:

#include <stdio.h>
int main(){
  printf("Hello World");
  return 0;
}

The below program looks similar but will not be accepted because of the newline at the end:

#include <stdio.h>
int main(){
  printf("Hello World\n");
  return 0;
}

Enjoy your time with The Judge!

[Normal] Coding (C) - asked in Chapter 1: Basic Concepts and Environment Setup by (5.9k points)
ID: 27431 - Available when: Unlimited - Due to: Unlimited
| 562 views

2 Answers

0 like 0 dislike
Hidden content!
* * ** * ** ***
int main(){
** ** ** **** * *** * * * ** * *
***** ****** 0;
}
answered
0 0
Case 0: Correct output
0 like 0 dislike
Hidden content!
**** **** **** **
int main(){
* ** * ***** ****** * * * * ** **** * *
* ** * ***** 0;
}
answered by (5.9k points)
0 0
-----------Re-judge-----------
Case 0: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.69.59.111
©2016-2025

No related questions found

12,783 questions
183,442 answers
172,219 comments
4,824 users