9 lines
91 B
C++
9 lines
91 B
C++
|
|
#include<bits/stdc++.h>
|
||
|
|
|
||
|
|
int main(){
|
||
|
|
while(true){
|
||
|
|
int* a = new int;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|