Proxy Request 91fdb9e4-36b1-4fa8-becf-e8fad3a8fe1d

Parent Attack d64eeb29-8400-4ff1-a44f-fe6ceece34c4
Date 2022-05-23 05:12:50AM
URL
codepad.org/recent
Form Data []
Headers ["User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36"]
<!DOCTYPE html>
<html>

<head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <meta HTTP-EQUIV="Expires" CONTENT="-1">

    <title>Recent Pastes - codepad</title>

    
<link href="/code.css" media="screen" rel="stylesheet" type="text/css" />


    <link href="/main.css" media="screen" rel="stylesheet" type="text/css" />
    <style type="text/css">
    
    </style>
    <script src='https://www.google.com/recaptcha/api.js'></script>
    <script>
       function onRecaptcha(token) {
         document.getElementById("editor-form").submit();
       }
    </script>
</head>


    <body >


        <table width="100%" cellpadding="0" cellspacing="0" style="border-bottom: 1px solid #ccc; margin: 0; width: 100%; padding: 8px 8px 4px 8px;"><tr>
        <td style="text-align: left">
        <span class="logo"><a href="/">codepad</a></span>
        <nobr>
          &nbsp;&nbsp;&nbsp;<span class="menu">[ <a href="/">create a new paste</a> ]</span>
        </nobr>
        </td>
        <td style="text-align: right">
        <nobr>
          <span class="menu">
          <a href="/login">login</a>
          </span>
        <span class="menu">|</span>
        <span class="menu"><a href="/about">about</a></span>
        </nobr>
        </td>
        
        </tr></table>

<div style="margin: 8px 8px 8px 8px">

        






<p>
<span class="heading">Recent Pastes:</span><br/>

<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
4 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="0S7beWuJ-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/0S7beWuJ">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
6 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="KySRokci-line-1">1</a>
<a style="" name="KySRokci-line-2">2</a>
<a style="" name="KySRokci-line-3">3</a>
<a style="" name="KySRokci-line-4">4</a>
<a style="" name="KySRokci-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include&lt;stdio.h&gt;</span>

<span class="kt">int</span> <span class="nf">main</span><span class="p">()</span>
<span class="p">{</span>
    <span class="n">printf</span><span class="p">(</span><span class="s">&quot;%c</span><span class="se">\n</span><span class="s">&quot;</span><span class="p">,</span> <span class="mi">7</span><span class="p">[</span><span class="s">&quot;IndiaBIX&quot;</span><span class="p">]);</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/KySRokci">view</a>
  
  (7 lines, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
8 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="6uGKPF9v-line-1">1</a>
<a style="" name="6uGKPF9v-line-2">2</a>
<a style="" name="6uGKPF9v-line-3">3</a>
<a style="" name="6uGKPF9v-line-4">4</a>
<a style="" name="6uGKPF9v-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include&lt;stdio.h&gt;</span>

<span class="kt">int</span> <span class="nf">main</span><span class="p">()</span>
<span class="p">{</span>
    <span class="n">printf</span><span class="p">(</span><span class="mi">5</span><span class="o">+</span><span class="s">&quot;IndiaBIX</span><span class="se">\n</span><span class="s">&quot;</span><span class="p">);</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/6uGKPF9v">view</a>
  
  (7 lines, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C++</span>,
<span class="label">
pasted
13 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="8R6XBjy9-line-1">1</a>
<a style="" name="8R6XBjy9-line-2">2</a>
<a style="" name="8R6XBjy9-line-3">3</a>
<a style="" name="8R6XBjy9-line-4">4</a>
<a style="" name="8R6XBjy9-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include&lt;iostream&gt;</span>
<span class="cp">#include&lt;math.h&gt;</span>
<span class="k">using</span> <span class="k">namespace</span> <span class="n">std</span><span class="p">;</span>
<span class="kt">int</span> <span class="n">main</span><span class="p">(){</span>
   <span class="kt">int</span> <span class="n">a</span> <span class="p">,</span> <span class="n">b</span> <span class="p">,</span> <span class="n">c</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/8R6XBjy9">view</a>
  
  (40 lines, 4 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
13 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="wy3g5OUN-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/wy3g5OUN">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
15 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="N4kaGedf-line-1">1</a>
<a style="" name="N4kaGedf-line-2">2</a>
<a style="" name="N4kaGedf-line-3">3</a>
<a style="" name="N4kaGedf-line-4">4</a>
<a style="" name="N4kaGedf-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;stdio.h&gt;</span>
<span class="cp">#include &lt;stdlib.h&gt;</span>
<span class="cp">#include &lt;pthread.h&gt;</span>

<span class="kt">int</span> <span class="n">x</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/N4kaGedf">view</a>
  
  (26 lines, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C++</span>,
<span class="label">
pasted
17 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="KG8xDW6G-line-1">1</a>
<a style="" name="KG8xDW6G-line-2">2</a>
<a style="" name="KG8xDW6G-line-3">3</a>
<a style="" name="KG8xDW6G-line-4">4</a>
<a style="" name="KG8xDW6G-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include&lt;iostream&gt;</span>
<span class="cp">#include&lt;math.h&gt;</span>
<span class="k">using</span> <span class="k">namespace</span> <span class="n">std</span><span class="p">;</span>
<span class="kt">int</span> <span class="n">main</span><span class="p">(){</span>
   <span class="kt">int</span> <span class="n">a</span> <span class="p">,</span> <span class="n">b</span> <span class="p">,</span> <span class="n">c</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/KG8xDW6G">view</a>
  
  (40 lines, 4 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
20 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="W1a2b8gX-line-1">1</a>
<a style="" name="W1a2b8gX-line-2">2</a>
<a style="" name="W1a2b8gX-line-3">3</a>
<a style="" name="W1a2b8gX-line-4">4</a>
<a style="" name="W1a2b8gX-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;stdio.h&gt;</span>
<span class="cp">#include &lt;stdlib.h&gt;</span>
<span class="cp">#include &lt;pthread.h&gt;</span>

<span class="kt">int</span> <span class="n">x</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/W1a2b8gX">view</a>
  
  (25 lines, 4 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
21 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="zHI5MnMY-line-1">1</a>
<a style="" name="zHI5MnMY-line-2">2</a>
<a style="" name="zHI5MnMY-line-3">3</a>
<a style="" name="zHI5MnMY-line-4">4</a>
<a style="" name="zHI5MnMY-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include&lt;stdio.h&gt;</span>
<span class="cp">#include&lt;math.h&gt;</span>
<span class="kt">int</span> <span class="nf">snt</span><span class="p">(</span><span class="kt">int</span> <span class="n">a</span><span class="p">)</span>
<span class="p">{</span>
    <span class="kt">int</span> <span class="n">i</span><span class="p">,</span><span class="n">d</span><span class="o">=</span><span class="mi">0</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/zHI5MnMY">view</a>
  
  (46 lines, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
22 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="r8cecCU1-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/r8cecCU1">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">PHP</span>,
<span class="label">
pasted
23 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="AXRacW00-line-1">1</a>
<a style="" name="AXRacW00-line-2">2</a>
<a style="" name="AXRacW00-line-3">3</a>
<a style="" name="AXRacW00-line-4">4</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="x">function calculaIMC($arg1, $arg2, …, $argn){</span>
<span class="x">	comandos;</span>
<span class="x">	return expressão; // opcional</span>
<span class="x">}</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/AXRacW00">view</a>
  
  (4 lines, 4 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
24 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="09iOW2NE-line-1">1</a>
<a style="" name="09iOW2NE-line-2">2</a>
<a style="" name="09iOW2NE-line-3">3</a>
<a style="" name="09iOW2NE-line-4">4</a>
<a style="" name="09iOW2NE-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;stdio.h&gt;</span>
<span class="cp">#include &lt;stdlib.h&gt;</span>
<span class="cp">#include &lt;pthread.h&gt;</span>

<span class="kt">int</span> <span class="n">x</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/09iOW2NE">view</a>
  
  (23 lines, 7 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
24 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="V81sif0A-line-1">1</a>
<a style="" name="V81sif0A-line-2">2</a>
<a style="" name="V81sif0A-line-3">3</a>
<a style="" name="V81sif0A-line-4">4</a>
<a style="" name="V81sif0A-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;stdio.h&gt;</span>
<span class="cp">#include &lt;stdlib.h&gt;</span>
<span class="cp">#include &lt;pthread.h&gt;</span>

<span class="kt">int</span> <span class="n">x</span> <span class="o">=</span> <span class="mi">3</span><span class="p">;</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/V81sif0A">view</a>
  
  (23 lines, 7 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
30 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="6GeJXluE-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/6GeJXluE">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C++</span>,
<span class="label">
pasted
37 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="D8XCn2i9-line-1">1</a>
<a style="background: #ff8888" name="D8XCn2i9-line-2">2</a>
<a style="" name="D8XCn2i9-line-3">3</a>
<a style="" name="D8XCn2i9-line-4">4</a>
<a style="" name="D8XCn2i9-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;Servo.h&gt;</span>
<span class="n">Servo</span> <span class="n">myServo</span><span class="p">;</span>
<span class="kt">int</span> <span class="n">servoPin</span> <span class="o">=</span> <span class="mi">10</span><span class="p">;</span>

<span class="k">const</span> <span class="kt">int</span> <span class="n">trig</span> <span class="o">=</span> <span class="mi">12</span><span class="p">;</span>     <span class="c1">// chân trig của HC-SR04</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/D8XCn2i9">view</a>
  
  (77 lines, 3 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
38 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="De35DuaG-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/De35DuaG">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C</span>,
<span class="label">
pasted
41 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="bR6F6Cls-line-1">1</a>
<a style="background: #ff8888" name="bR6F6Cls-line-2">2</a>
<a style="" name="bR6F6Cls-line-3">3</a>
<a style="" name="bR6F6Cls-line-4">4</a>
<a style="" name="bR6F6Cls-line-5">5</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;Servo.h&gt;</span>
<span class="n">Servo</span> <span class="n">myServo</span><span class="p">;</span>
<span class="kt">int</span> <span class="n">servoPin</span> <span class="o">=</span> <span class="mi">10</span><span class="p">;</span>

<span class="k">const</span> <span class="kt">int</span> <span class="n">trig</span> <span class="o">=</span> <span class="mi">12</span><span class="p">;</span>     <span class="c1">// chân trig của HC-SR04</span>
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/bR6F6Cls">view</a>
  
  (77 lines, 23 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
46 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="q6504FUD-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/q6504FUD">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">C++</span>,
<span class="label">
pasted
54 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="qBtDGbrr-line-1">1</a>
<a style="" name="qBtDGbrr-line-2">2</a>
<a style="" name="qBtDGbrr-line-3">3</a>
<a style="" name="qBtDGbrr-line-4">4</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="cp">#include &lt;iostream&gt;</span>
<span class="cp">#include &lt;vector&gt; </span>
<span class="cp">#include &lt;string&gt; </span>
<span class="k">using</span> <span class="k">namespace</span> <span class="n">std</span><span class="p">;</span> 
</pre></div>

...
</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/qBtDGbrr">view</a>
  
  (45 lines, 3 lines of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>
<div class="section">

<span class="heading">Perl</span>,
<span class="label">
pasted
54 minutes ago:
</span>
<br/>


<div class="code">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
<tr>

<td style="border-right: 1px solid #ccc; text-align: right; vertical-align: top">
<div class="highlight">
<pre><a style="" name="GmkgCQCT-line-1">1</a>
</pre>
</div>
</td>
<td width="100%" style="vertical-align: top">
<div class="highlight"><pre><span class="k">print</span> <span class="mi">3</span><span class="o">+</span><span class="mi">5</span><span class="o">+</span><span class="mi">9</span>
</pre></div>

</td>
</tr>
</table>
</div>


  <table cellspacing="0" cellpadding="0" width="100%">
  <tr>
  <td>
  <span class="label">
  <a href="http://codepad.org/GmkgCQCT">view</a>
  
  (1 line, 1 line of output)
  </span>
  </td>
  <td style="text-align: right">
  </td>
  </tr>
  </table>


</div>

</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-447571-2");
pageTracker._initData();
pageTracker._trackPageview();
</script>
    </body>
</html>






© 2021 threat.gg