Files
prog1/MaxCpuRam/MaxRam.cpp
2024-02-27 14:51:29 +01:00

9 lines
91 B
C++

#include<bits/stdc++.h>
int main(){
while(true){
int* a = new int;
}
}