We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 0: Hello, World.
Day 0: Hello, World.
Sort by
recency
|
2114 Discussions
|
Please Login in order to post a comment
Java8 :
import java.io.; import java.util.; import java.text.; import java.math.; import java.util.regex.*; public class Solution { public static void main(String[] args) { // Create a Scanner object to read input from stdin. Scanner scan = new Scanner(System.in);
}
please upload the correct script i dont think i am getting it
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
char s[10000]; cin.getline(s, 10000); cout << "Hello, World." << endl << s << endl; return 0; }
word="hello world" print(word)
Can somebody explain why my code is correct when I run it, but when I submit it it says it's 1/2 wrong?