11 lines
94 B
C
11 lines
94 B
C
#include "printlib.h"
|
|
|
|
int main() {
|
|
|
|
int n;
|
|
n=6;
|
|
|
|
return 0;
|
|
}
|
|
|
|
// EXPECTED
|