#include <iostream> using namespace std; int main() { // your code here cout << NULL << endl << nullptr << endl; // cout the null and nullptr }
Test Cases
Test Results
Input
Expected Output
0 nullptr