6 thích 0 k thích
338 đã xem

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) - đã hỏi trong Introduction to Computer Programming I (C) bởi (9.9k điểm)
ID: 27262 - Xem được từ: Không giới hạn - Hiệu lực đến: Không giới hạn

đã sửa bởi | 338 đã xem
0 0
#include <stdio.h>
int main(){
  printf("Hello World");
  return 0;
}

1 Câu trả lời

0 thích 0 k thích
Hidden content!
** ** * * **
int main(){
**** ** * * * * * * ** *
*** ** * * 0;
}
trả lời bởi (9.9k điểm)
0 0
Case 0: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.69.6.198
©2016-2024

Những câu hỏi liên quan

5 thích 0 k thích
0 trả lời
[Normal] Coding (C) - đã hỏi ngày 19 tháng 2 năm 2017 trong Introduction to Computer Programming I (C) bởi The Contributor (20.9k điểm)
ID: 21974 - Xem được từ: Không giới hạn - Hiệu lực đến: Không giới hạn
| 119 đã xem
12,783 câu hỏi
183,443 trả lời
172,219 bình luận
4,824 thành viên