|
codepad
|
|
Recent Pastes:
void test(string str){
stack<char> stackObject;
stack<char> errorMessage;
for ( unsigned int i = 0 ; i < str.length(); i++)
{
|
| view (47 lines, 1 line of output) |
/* This program inserts the ints in myInts one by one into the heap, sorts the heap, and then prints the result */
#include<iostream>
#include<algorithm>
#include<vector>
|
| view (27 lines, 17 lines of output) |
bool isPythagorean(int a, int b, int c) {
if((a*a + b*b) == c*c && a < b && b < c) {
cout << a << " " << b << " " << c << endl;
return true;
} else {
|
| view (23 lines, 324 lines of output) |
#include<iostream>
using namespace std;
int Addizione(int, int);
int Sottrazione(int, int);
|
| view (45 lines, 3 lines of output) |
main = do {putStrLn "Hello there..";print (3 * 33)}
|
| view (2 lines, 2 lines of output) |
set output {
== Cluster(R) e7.bc.02.00.00.28 Canopy, devs#=1, cntr=0, ch (1,2), updated May 26 22:11:43 2012, RMA [0]
-----------------------------------------------
[0] * ID 0x1 Canopy 2.4GHz: sev=45, DC=45%, RSSI[A0]=-55dBm ch(1,2) by TSIM12-1 @ May 24 06:02:27 2012
RF sig[4]=0x01096C1E: freq=617472KHz bw=7680KHz
|
| view (155 lines, 143 lines of output) |
#include<iostream>
using namespace std;
int Addizione(int, int);
int Sottrazione(int, int);
|
| view (44 lines, 2 lines of output) |
set output {
== Cluster(R) e7.bc.02.00.00.28 Canopy, devs#=1, cntr=0, ch (1,2), updated May 26 22:11:43 2012, RMA [0]
-----------------------------------------------
[0] * ID 0x1 Canopy 2.4GHz: sev=45, DC=45%, RSSI[A0]=-55dBm ch(1,2) by TSIM12-1 @ May 24 06:02:27 2012
RF sig[4]=0x01096C1E: freq=617472KHz bw=7680KHz
|
| view (153 lines, 146 lines of output) |
void test(string str){
stack<char> stackObject;
stack<char> errorMessage;
for ( unsigned int i = 0 ; i < str.length(); i++)
{
|
| view (46 lines, 1 line of output) |