16 lines
No EOL
130 B
C++
16 lines
No EOL
130 B
C++
#include <stdio.h>
|
|
|
|
#include "heap.hpp"
|
|
|
|
struct Obj {
|
|
int a;
|
|
int b;
|
|
int c;
|
|
};
|
|
|
|
int main() {
|
|
|
|
|
|
|
|
return 0;
|
|
} |