Y

@YSS

コンピュータくん

Python
3 months ago
import random k = [[[n for n in range(15)] for _ in range(8)] for _ in range(8)] A = random.randint(0,7) B = random.randint(0,7) for name in range(1024): C = random.randint(0,len(k[A][B])-1) if (k[A][B][C] == A+B): A = random.randi

O

C
3 months ago
#include <stdio.h> void Swaper(int *A, int *B) { int C = *A; *A = *B; *B = C; } void Sorts(int t[]) { int L = 0;

O

Python
3 months ago
def Sorts(LIST): TSIL = LIST K = 0 L = 0 while K < len(TSIL)-1: if TSIL[K] > TSIL[K+1]: TSIL[K],TSIL[K+1] = TSIL[K+1],TSIL[K] K = 0 else: K += 1

o

PHP
3 months ago
<?php $t = 0; $tt = [" a "," aaa "," aaaaa ","aaaaaaa"," aaaaa "," aaa "," a "]; $tttt = 0;

pooopooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

PHP
3 months ago
<?php class Bank { private $money; public function deposit($x) { $this->money = $x; } public function show() { echo $this->money;

0

Java
3 months ago
import java.util.*; class N { Object box = null; } class Main { static void A(int k, String te) { if (k > 0) {

おおお

Java
3 months ago
import java.util.*; import java.lang.*; import java.io.*; class T { String name; } // The main method must be in a class named "Main". class Main {

bb

Python
3 months ago
def gork(collection): p = 0 k = 0 J = [None]*len(collection) v=0 for name in collection: p += ord(name) while ((((p*1)+k) % 3)*p + (((p*2)+k) % 3)*p + (((p*4)+k) % 3)*p + (((p*8)+k) % 3)*p) != k: k += 1 k

oh

C
3 months ago
#include <stdio.h> void P(int *A) { *A += 1; } int main() { int k=0; while(k < 10){ printf("Hello world %d!\n",k); P(&k); }

S

C
3 months ago
#include <stdio.h> void swap(int *A,int *B) { int S = *A; *A = *B; *B = S; } int main() { printf("Hello world!\n"); return 0;

O

C++
3 months ago
#include <iostream> #include <stdio.h> class CLASS { private: int *pointar; public: CLASS(int *k){ pointar = k; }

MY

Python
3 months ago
def VM(code): A = 0 J = {} loop = [] func = {} Qem = [0,""] Tuj=0 Swelt = 0 Foo = 0 F=0

O

Python
3 months ago
alka=(lambda Q,A: ((Q*Q)//1+(((1*(Q-A+3)+(3-Q+A)-1))%3))+ ((Q*Q)//2-(((2*(Q-A+3)+(3-Q+A)-2))%3))+ ((Q*Q)//3+(((1*(Q-A+3)+(3-Q+A)-1))%3))+ ((Q*Q)//4-(((2*(Q-A+3)+(3-Q+A)-2))%3))+ ((Q*Q)//5+(((1*(Q-A+3)+(3-Q+A)-1))%3))+

パッケージ

Python
3 months ago
def VM(code): A = 0 J = 0 loop = [0,0] Ja = 0 ja = 0 K = [] KL= [] L = [ lambda x:x,

Ooo

Python
3 months ago
a = [1,1,4,5,1,4] condition = 0 while condition < len(a)-1: if a[condition] > a[condition+1]: a[condition],a[condition+1]=a[condition+1],a[condition] condition=0 else: condition+=1 print(a)

O

C
3 months ago
#include <stdio.h> void kio(int *k,int l) { *k = *k * l; } int main() { int A = 2; printf("%d!\n",A); kio(&A,2); printf("%d!\n",A); return 0;

O

C++
3 months ago
#include <iostream> class cell { private: int CL[4][4][4] = {}; public: void SET(const int A[4]) { CL[A[0]][A[1]][A[2]] = A[3]; }

P

Assembly
3 months ago
section .data value1 dd 0 value2 dd 0 value3 dd 0 value4 dd 0 msg db "Hello world!", 0ah section .text global _start

O

Assembly
3 months ago
section .data value1 db 0 value2 db 0 msg db "->" n db "O", 0Ah o db "X", 0Ah section .text global _start

R

C
3 months ago
#include <stdio.h> void swap(int *a,int *b) { int k = *a; *a = *b; *b = k; } int main() {