6 喜歡 0 不喜歡
339 瀏覽

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!

[正常] Coding (C) - 最新提問 分類:Introduction to Computer Programming I (C) | 用戶: (9.9k 分)
ID: 27262 - 從幾時開始: 無限制 - 到幾時結束: 無限制

修改於 用戶: | 339 瀏覽
0 0
#include <stdio.h>
int main(){
  printf("Hello World");
  return 0;
}

1個回答

0 喜歡 0 不喜歡
內容已隱藏
** ** ** **** * **
int main(){
* * ***** ** ** ** ***** * * * ** *
* **** * * * * * 0;
}
最新回答 用戶: (9.9k 分)
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.70.100.115
©2016-2024

相關問題

5 喜歡 0 不喜歡
0 回答
[正常] Coding (C) - 最新提問 2月 19, 2017 分類:Introduction to Computer Programming I (C) | 用戶: The Contributor (20.9k 分)
ID: 21974 - 從幾時開始: 無限制 - 到幾時結束: 無限制
| 119 瀏覽
12,783 問題
183,443 回答
172,219 留言
4,824 用戶