IO-05. Output phrases I (5) time limit MS Memory limit 65536 KB code length limit 8000 B award Program StandardSOURCE Zoj
The subject asks to write a program, output a short phrase "programming in C is fun!".
Input format:
This topic is not entered.
Output format:
Output the phrase "programming in C is fun!" on one line.
1 #include <iostream>2usingnamespace std; 3 int Main () 4 {5 cout<<"" Programming in C is fun! ". "<<Endl; 6 return 0 ; 7 }
Running result: The answer is wrong, the problem is wrong, the quotation mark and the period of the sentence are removed.
Evaluation results
| Time |
Results |
score |
Topics |
language |
spents (MS) |
memory (KB) |
User |
| December 16 23:31 |
The answer is correct |
5 |
IO-05 |
C + + (g++ 4.7.2) |
1 |
364 |
Liyuhui |
Test point
| Test Point |
Results |
spents (MS) |
memory (KB) |
Score/Perfect |
| 0 |
The answer is correct |
1 |
364 |
5/5 |
View Code
The following five questions are similar, have been proficient in C + + input and output basic operations. Do the branch tomorrow! Cheer Up ~
IO-05. Output phrases I (5)