validity
// Oddly enough, this is a
// valid c++ program
#include <iostream>
using namespace std;
int main(int, char**) {
; ; ; { } ; { } ;
cout << "hello world\n";
{ { ; } { } }
}
// Oddly enough, this is a
// valid c++ program
#include <iostream>
using namespace std;
int main(int, char**) {
; ; ; { } ; { } ;
cout << "hello world\n";
{ { ; } { } }
}