This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !#/bin/sh | |
| $(which mount) -t ntfs3 "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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); |
NewerOlder