17 lines
No EOL
134 B
C++
17 lines
No EOL
134 B
C++
/*
|
|
Rafay Ahmad
|
|
23I-2526
|
|
*/
|
|
#include <iostream>
|
|
using namespace std;
|
|
|
|
void print(char c, int i){
|
|
|
|
}
|
|
|
|
int main(){
|
|
|
|
|
|
|
|
return 0;
|
|
} |