My omnium-gatherom of scripts and source code.
at main 7 lines 90 B view raw
1#include <iostream> 2 3int main() { 4 long double f; 5 std::cout << &f << std::endl; 6} 7