Skip to content

Instantly share code, notes, and snippets.

View EkiXu's full-sized avatar
👶
Learning

Eki EkiXu

👶
Learning
View GitHub Profile
@EkiXu
EkiXu / class.php
Created December 27, 2021 02:35
FUMO_on_the_Christmas_tree example
This file has been truncated, but you can view the full file.
<?php
namespace christmasTree {
class pkxylv1Pcy {
public object $cI0aI5D;
public function qIAB8Qe($y5PqIVe) {
@$y5PqIVe = crypt($y5PqIVe, 'hW2gwe');
if (is_callable([$this->cI0aI5D, 'gubs54CmG9'])) @$this->cI0aI5D->gubs54CmG9($y5PqIVe);
@EkiXu
EkiXu / score.cpp
Last active July 26, 2018 03:18
「THUPC 2017」体育成绩统计
#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<algorithm>
#define MAXN 5000
template <typename Num>
inline void Read(Num &x) {
x=0;int p=1;char c=getchar();
for(; !('0'<=c&&c<='9'); c=getchar()) if(c=='-') p=-1;
for(;'0'<=c&&c<='9';c=getchar()) x=x*10+c-'0';