Style Test

Published Saturday, February 22, 2020 at 4:25:10 AM GMT+8

Code snippet test

C++

newbie

#include <bits/stdc++.h>
using namespace std;
signed main() {
    cout << "hello world!" << endl;
    return 0;
}

Python

newbie

print ("hello world!")

Javascript

expert

console.log("hello world!")

Formula test

AB×BC0\overrightarrow{AB} \times \overrightarrow{BC} \neq 0