fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. <smil>
  6. <head>
  7. <layout>
  8. <root-layout/>
  9. <region id="Text" top="70%" left="0%" height="30%" width="100%" fit="scroll"/>
  10. <region id="Image" top="0%" left="0%" height="70%" width="100%" fit="meet"/>
  11. </layout>
  12. </head>
  13. <body>
  14. <par dur="10s">
  15. <img src="888402C8-.png" region="Image"/>
  16. </par>
  17. </body>
  18. </smil> // your code goes here
  19. return 0;
  20. }
Success #stdin #stdout 0.04s 26000KB
stdin
%" height="70%" width="100%"<smil> <head> <layout> <root-layout/> <region id="Text" top="70%" left="0%" height="30%" width="100%" fit="scroll"/> <region id="Image" top="0%" left="0 fit="meet"/> </layout> </head> <body> <par dur="10s"> <img src="handwriti.jpg" region="Image"/> </par> </body>%" height="70%" width="100%" fit="meet"/> </layout> </head> <body> <par dur="10s"> <img src="handwriti.jpg" region="Image"/> </par> </body> </smil> </smil>.
stdout
#include <iostream>
using namespace std;

int main() {
<smil>
<head>
<layout>
 <root-layout/>
<region id="Text" top="70%" left="0%" height="30%" width="100%" fit="scroll"/>
<region id="Image" top="0%" left="0%" height="70%" width="100%" fit="meet"/>
</layout>
</head>
<body>
<par dur="10s">
<img src="888402C8-.png" region="Image"/>
</par>
</body>
</smil>	// your code goes here
	return 0;
}