13 lines
No EOL
103 B
C++
13 lines
No EOL
103 B
C++
/*
|
|
Rafay Ahmad
|
|
23I-2526
|
|
*/
|
|
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main(){
|
|
|
|
|
|
|
|
return 0;
|
|
} |