I'm keeping on trying on various online editor,but the result is the same
#include <iostream>
#include <cstdlib>
int main() {
std::cout << rand();
}
I'm keeping on trying on various online editor,but the result is the same
#include <iostream>
#include <cstdlib>
int main() {
std::cout << rand();
}