Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 27th, 2019
184
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <algorithm>
int main () {
int* a = (int*)malloc (10000);
int* b = (int*)malloc (10000);
for (volatile long int i = 0; i < 100000000; i++)
std::copy (a, a + 10000, b);
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
sekiromonitor.py
Python | 25 min ago | 3.64 KB
dataNone
JSON | 30 min ago | 0.64 KB
Destiny
Lua | 41 min ago | 3.27 KB
Grassland
Lua | 50 min ago | 0.33 KB
Untitled
Lua | 60 min ago | 0.82 KB
2025-06-13T12:12:42.415
PHP | 1 hour ago | 3.76 KB
2025-06-13T12:12:42.213
PHP | 1 hour ago | 3.76 KB
2025-06-13T12:12:41.576
PHP | 1 hour ago | 3.76 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!