9 lines
No EOL
76 B
C++
9 lines
No EOL
76 B
C++
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main(){
|
|
|
|
|
|
|
|
return 0;
|
|
} |