9 lines
83 B
C++
9 lines
83 B
C++
//test2.cpp
|
|
#include<iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|