Advertisement
irmantas_radavicius

Untitled

Feb 2nd, 2022
1,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <title>Title</title>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <style>
  8.     </style>
  9.    
  10. </head>
  11. <body id="body">           
  12.     <script>           
  13.         // input
  14.         /* ... */
  15.        
  16.         // algorithm       
  17.         /* ... */      
  18.        
  19.         // output  
  20.         /* ... */      
  21.     </script>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement