9 lines
92 B
C++
9 lines
92 B
C++
#include <iostream>
|
|
#include <erfa.h>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "AAA\n";
|
|
return 0;
|
|
}
|