Run id: 120183
Main.cc: In function 'int main()':
Main.cc:9:6: error: expected primary-expression before '/' token
*/ int n; long long t; cin >> n;
^
Main.cc:9:8: error: expected primary-expression before 'int'
*/ int n; long long t; cin >> n;
^
Main.cc:9:35: error: 'n' was not declared in this scope
*/ int n; long long t; cin >> n;
^
Main.cc:7:33: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("a.in", "r", stdin);
^
Main.cc:8:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("a.out", "w", stdout);
^