[ create a new paste ] login | about

maykeye

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by maykeye:

C++, pasted on Oct 9:
1
2
3
4
5
#include<cmath>
#include<queue>
#include<utility>
#include<algorithm>
#include<sys/time.h>
...
view (35 lines, 11 lines of output)
Python, pasted on Aug 28:
1
2
3
4
import random

def simple_mean(arr):
    return sum(arr)/len(arr)
...
view (15 lines, 2 lines of output)