Skip to content

Instantly share code, notes, and snippets.

View kawaii-ghost's full-sized avatar
🥹
Despite everything, it's still you.

<I°_°I> kawaii-ghost

🥹
Despite everything, it's still you.
View GitHub Profile
#include <iostream>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <format>
int main() {
std::ios_base::sync_with_stdio(false);
std::cout << "Irrashai, inputnya dipisah spasi ya ~ " << std::endl;
std::cout << "Maksimum 255 bilangan bulat positif rentang 1 <= 255" << std::endl;
@kawaii-ghost
kawaii-ghost / mount.ntfs
Created November 18, 2022 03:36
Shell script for using ntfs3 driver
!#/bin/sh
$(which mount) -t ntfs3 "$@"
// Online C++ compiler to run C++ program online
#include <cstdio>
#include <vector>
#include <inttypes.h>
#include <cstdbool>
using std::vector;
int_fast32_t prime(int_fast32_t num_k, vector<int_fast32_t> &arr);